Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IMPORT command
Message
De
03/11/2000 13:57:35
 
 
À
03/11/2000 12:12:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00437709
Message ID:
00437783
Vues:
20
>>Is it possible, through code and not by using the wizard, to import a text file (TAB separated) into VFP using the IMPORT command and thus, creating a table?
>>
>
>If you know the structure you'll be receiving in the delimited file,
>
>CREATE TABLE mytable (field1 c(10), field2, n(5,2), etc....)
>APPEND FROM mytextfile.txt TYPE DELIMITED

So, just for personnal knowledge, there is no way to do this task using the command IMPORT?

Stephane.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform