Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion Textfile.txt to DBFfile.dbf
Message
From
22/05/2001 12:29:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
22/05/2001 12:15:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00509927
Message ID:
00509933
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform