Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append to a new dbf file
Message
De
27/11/2010 05:27:11
Sharath Shetty
Sri Krishna Consultancy Services
Mumbai, Inde
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01490606
Message ID:
01490658
Vues:
40
>>Thank you Borislav but can this be done automatically during the append command or should I open the structure
>>Thank you
>
>No,
>APPEND FROM assumes that you already have a table/cursor created, where VFP will put the records.

As said by Borislav a table must exist for APPEND FROM

What u can do is create cursor append into this cursor and then copy

CREATE CURSOR ....

APPEND FROM ....

COPY TO ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform