Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need : BIG dbf file to demonstrate Rushmore Optimization
Message
 
To
01/04/1997 12:08:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00026417
Message ID:
00026424
Views:
34
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform