Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with a TXT file.
Message
De
31/07/2003 16:32:08
 
 
À
31/07/2003 15:57:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00815594
Message ID:
00815621
Vues:
15
if you just want to read in the file and it is in a standard delimited format it's very easy.
append from ('c:\mytext.txt') delimited
see help on "append from"

If it is not in a standard delimited format you will need to use low-level file functions :( like fopen() etc...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform