Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't open a 3.5 gig text file
Message
 
To
21/12/2000 09:39:16
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00455868
Message ID:
00455873
Views:
29
>Need a suggestion on opening and splitting out, then parsing a 3.5 gig text file. What software can I use to get into this file and manipulate, save its contents?

Try the low-level file functions, FOPEN(), FGETS() (or FREAD()), to open and read the text file. After reading a chunck of text an manipulating it, you can save it to DBFs. If you are going to surpass the 2 GB VFP table limit, you can use SQL Server.
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform