Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incrementing a counter and getting its value
Message
De
05/04/2002 14:13:40
 
 
À
05/04/2002 13:51:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00641537
Message ID:
00641565
Vues:
26
Thanks Michael!

Looking at your code I wonder: could it be implementented like this, too?
 cSQLString = "Update Pecas_Parm Set PD_ExpLiPC = PD_ExpLiPC + 1; Select PD_ExpLiPC From Pecas_Parm; Commit"

 SqlExec (nHandle, cSQLString, CurResult)

 nPD_ExpLiPC = CurResult.PD_ExpLiPC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform