Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert from Text file
Message
De
31/01/2006 11:19:25
 
 
À
31/01/2006 11:13:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01091907
Message ID:
01091910
Vues:
14
See FILETOSTR(). Further, if you haven't already done so, you probably want to make sure 'name' is a memo, unless you're certain the contents of these external files will not exceed 254 chars.
insert into mytable(name) values (FILETOSTR(seeParametersInHelp))
>Hi all,
>
>What is the syntax to insert fields from a Text file into the table in SQL ?
>
>insert into mytable(name) values ('????') from mytextfile ???
>
>mytextfile.txt
>JoeDoe
>MarkPerfect
>HulkBig
>...
>
>Please assist and Thanks in advance.
Paul A. Busbey
Victoria Insurance
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform