Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from ascii and Memo
Message
De
14/02/1997 15:41:26
 
 
À
14/02/1997 15:07:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00020600
Message ID:
00020612
Vues:
33
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform