Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CSV file to DBF
Message
 
 
To
24/09/2002 21:33:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00704057
Message ID:
00704059
Views:
20
This message has been marked as the solution to the initial question of the thread.
>Does anyone know how to import a CVS file into a Foxpro table? I'm using VFP6.0 Thank you.

Use the APPEND FROM command
USE TimsTable
APPEND FROM TimsTextFile.txt TYPE CSV
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform