Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Export a database to a csv file?
Message
De
26/09/2000 15:26:29
 
 
À
25/09/2000 08:04:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00420369
Message ID:
00421159
Vues:
28
Yes, I am using VFP5 and I have tried "Type delimited", it can output a csv file for me but the problem is
that it does not out put the field name on the first row of the CSV file and I want it to show them on the first row.


>Try COPY TO TYPE CSV.
>
>That is, if you are working with VFP 6. In VFP 5 you have to use
>
>COPY TO DELIMITED WITH CHAR ";" (or "," or TAB depending on the separator you want)
Power Wong
Every problem will have a solution, the only problem is that can you find it out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform