Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with append a text file
Message
De
26/02/1997 11:55:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00022088
Message ID:
00022091
Vues:
54
>I have server problem with appending a text file format that is delimited by commas into a VFP database.
>Here what I did:
>
>append from TYPE delimited with commas to
>
>Any help with be appreciate!!

The right syntax for comma-delimited file is following:
SELECT table
APPEND FROM filename.txt TYPE DELIMITED
If text file fields aren't additionally delimited by quotas use next syntax:
APPEND FROM filename.txt TYPE DELIMITED WITH ,
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform