Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import from xls to VFP question
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01050624
Message ID:
01050630
Vues:
20
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform