Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to append all records in the cursor into a table
Message
 
À
07/12/2007 02:52:58
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01273839
Message ID:
01273840
Vues:
11
>Hi,
>
>After I got a result set to a cursor, how can I append
>all records to DBF table ?
>
>Derek
SELECT YourTable
APPEND FROM (DBF([YourCursor]))
or:
INSERT INTO YourDBF (field list here);
SELECT (field list here) FROM YourCursor
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform