Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Low Level Files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Low Level Files
Miscellaneous
Thread ID:
00357441
Message ID:
00357441
Views:
50
Hi All,

I have been working on parsing a text file (using FOPEN, FGETS, SUBSTR, etc)and after counting bytes and many other fun things, I have finally got what I need in variables (as I work thru the file). (Using wait windows, I've verified I am extracting the things I need.)

Suprisingly, when I added code to to insert these variables into a dbf, the code makes one pass and stops. (The file I'm parsing is a little over 6 meg) When I comment out the INSERT INTO section of the code, it works fine.

The main loop is centered around a DO WHILE NOT FEOF() loop. Is is possible I'm causing a problem with work areas when I perform the INSERT INTO? It's late and I guess I didn't intake enough caffiene today! Any assistance is appreciated.

Thanks,
Next
Reply
Map
View

Click here to load this message in the networking platform