Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comma Delimited File.
Message
From
16/05/2003 16:55:55
 
 
To
16/05/2003 16:24:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00789480
Message ID:
00789505
Views:
26
>I have a comma delimited file that is populated with characters, dates and numbers.
>
>Is there a VFP6 command that will create a DBF table with the appropriate file structure and append the information from the comma delimited file?
>
>Thanks for your help!

Nope. You'll have to create a table of the approriate structure and sizes, then you use APPEND FROM to get the data in that table. See the help for APPEND FROM for more details.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform