Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Importing system defined file
Message
 
 
À
25/05/2001 11:24:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00511565
Message ID:
00511576
Vues:
18
Andrew,

You don't have to use a DBC to import into a table. All you have to do is setup a cursor/table that mirrors the structure of the file and use APPEND
create table TheImportedFile ( cFirstName c(20), cLastName c(25) ... )
append from TheSDFFile.txt type sdf
>i am writing an import feature to a vfp database application. it needs information from a system defined file to be imported to a foxpro set of tables.
>the application does not currently use the database container. any suggestions on pulling info to import form a sdf?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform