Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion Textfile.txt to DBFfile.dbf
Message
De
22/05/2001 12:29:11
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/05/2001 12:15:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00509927
Message ID:
00509933
Vues:
17
>Hi all,
>
>Any utility to convert the text file to dbf file ?
>for example :
>
>Text file DBF file
>"vfp6","msdev". vfp6 ( 1st field )
> msdev ( 2nd field )
>
>Thanks in advance,if somebody could provide some sample coding
>Paul

Paul,
Check 'import' and 'append from'.
An append from sample for the above might be :
create table myTable (Field1 c(10), field2 c(10))
append from ('mytextfile.txt') type delimited
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform