Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save results to a table
Message
De
05/08/2008 13:07:20
 
 
À
05/08/2008 13:04:52
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 XP
Database:
Visual FoxPro
Divers
Thread ID:
01336600
Message ID:
01336604
Vues:
10
>I have a fairly complicated cursor (within select records) calling up date reports is there a command to add somewhere toward the end to save these cursor results to or into a table??

Just run a query against it to a table:

SELECT * FROM YourCursor INTO TABLE NewTable

If you need to add them to an existing table, use APPEND FROM:

SELECT YourTable
APPEND FROM DBF("YourCursor")

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform