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:
01252139
Vues:
22
They both will work in VFP9 and MS SQL Server

>>
>>* Update
>>UPDATE table SET ... FROM table JOIN cursor ON table.pk = cursor.pk
>>* Insert
>>INSERT INTO table SELECT * FROM cursor
>>
>
>Thank you very much. I didn't know you can do that.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform