Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending uses delimeters
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00680077
Message ID:
00680159
Views:
22
That drops all information per line into each field.

Example of what I need.

ABCDEFGHIJ,1234567,78910

Table is Xtable with 1 field named data.
1st record - data = ABCDEFGHIJ
2nd record - data = 1234567
3rd record - data = 78910


Using append from (file) sdf gives me this
1st record - data = ABCDEFGHIJ,1234567,78910

If I use append from (file) deli with ,
It inserts into the next field of the same record instead of the going to the next record.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform