Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Processing large text files
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00407728
Message ID:
00407864
Views:
23
>>I need to write a program to daily process comma dilimited text files: re-arrange, aggrigate fields, etc, then write the results back into other similar files. Some of these files could have upto 400,000 records. I plan to use ADO, but never processed that many records from one text file. Any recommendations or things I should watch for?
>
>Is there a reason not to use VFP native tables for file manipulation? ADO is not going to perform as well as the native engine for a task where everything is being processed at the local system IAC for a VFP application - VFP seems well-suited to the process, and ADO doesn't seem to buy you anything, since there's no data engine behoind manipulating a text file.

Thanks for your reply. I may not be given the option to use VFP tables so I am seeing what straight ADO will do.
George
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform