Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incrementing a counter and getting its value
Message
From
05/04/2002 14:13:40
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00641537
Message ID:
00641565
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform