Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From and Memo
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01121349
Message ID:
01121367
Views:
11
David,

You cannot copy/append memo field to/from not table files. The workaround is like this:

- create a cursor having all field names as in the table you want to append records from CSV file. If the field is memo field in the table, then it should be "C" field in the cursor

- append from csv file into cursor

- alter cursor .. alter column M

- append from cursor into table

Good Luck

>I have a file CSV that contains 5 fields, 4 character and 1 memo; I need to insert these registers in a table, for that I use the function APPEND FROM, The function Append from doesn't add fields memos.
>
>How it could solve this problem?
>
>Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform