Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from ascii and Memo
Message
From
14/02/1997 15:41:26
 
 
To
14/02/1997 15:07:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00020600
Message ID:
00020612
Views:
37
>I am creating a new table form an ASCII file. It contains 3 fields, 1 character and 2 Memo fields. How do you append from the ASCII to the memo field. Can it be done or is there a work-around? thanks for the help..

The safest way is to write procedure which will:
1. Open file and reading line by line (using FOPEN(),FGETS()).
2. Analyze each line and insert data into a table (using SUBSTR(), INSERT).
Don't forget to close ASCII file at the end (FCLOSE()).
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform