Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update table from a cursor (no view)
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01252051
Message ID:
01252136
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>But what I am not clear is, if we talk about updating VFP table at this time, how do you do a single update from a temp table (where this temp table has more than one row)? And how do you do single insert command whereas the temp table may have many rows that need to be inserted?
* Update
UPDATE table SET ... FROM table JOIN cursor ON table.pk = cursor.pk 
* Insert
INSERT INTO table SELECT * FROM cursor
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform