Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Importing data from fixed width files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00562162
Message ID:
00562163
Vues:
20
This message has been marked as the solution to the initial question of the thread.
>I have a dbf table with no records and it's structure matches a fixed width text file. Meaning, for example, if field1 is a c(6) and field2 is a c(10) then, in the text file, columns 1-6 are field1 and columns 7-17 are field2.
>
>What would be the best way to import this data?
>
>TIA
SELECT mytable
APPEND FROM myfile.txt SDF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform