Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Large tables
Message
 
 
To
11/07/2000 17:25:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00390984
Message ID:
00390996
Views:
8
>I have a large text file I want to read into Foxpro. The main problem is the file has various length records. I tried reading the whole thing into a table with the fields tabnum c(3), x1 c(254), x2 c(254), x3 c(254) with lengths from 200 to 700 charters. These records later will be divided into other tables. When I issue the command "append from temp.txt sdf" it seems to read the info into the table, but only populates tabnum and x1 and drops the rest of the record. Any ideas?
>
>Mike B

Are these two last fields separated? I would suggest to use low-level file functions. Also if you have Data Junction, you can use it for this kind of unknown structures.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform