Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need : BIG dbf file to demonstrate Rushmore Optimization
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00026417
Message ID:
00026424
Vues:
31
>Hi all,
>
> I'm doing a school project and I intend to demonstrate the power of Rushmore in my project presentation. The problem is that I do not have a big data file to work with. Can anyone send me a data file (anything and doesn't need unique record id) that has almost 100,000 records. Note that the more records in the file, the better it is. Also, please ZIP up the file before emailing it to me.
>
>Ben
>PS : A million thanx in advance ...

If unique record id does not matter, just create a big file by yourself, for example, take employee.dbf from Tasmanian Traders with its 15 records and run the program:
use employee
copy stru to test
use test
for i=1 to 7000
  append from employee
endfor
and in a minute you will get over 100000 records.
:)
Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform