Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import from xls to VFP question
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01050624
Message ID:
01050630
Views:
13
>I am having a little problem with converting an Excel spreadsheet file to VFP table(s).
>
>The XLS file has many worksheets and I want to convert each worksheet into a separate table. I created a database named MyDatabase. Then I issue the following command:
>
>
>import from MyXls xls database MyDatabase name MyTable sheet "MySheet1"
>
>
>What happens is I get a prompt if I want to overwrite table name MyXls. As if no matter what I specify in the Name parameter, VFP tries to import the data into the same name. What am I missing?

The NAME clause specifies the table name in DBC but phisycal table name on disk is always the same as the name of Excel file.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform