Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From and Memo
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01121349
Message ID:
01121367
Vues:
12
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform