Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie questions
Message
From
10/09/2003 06:50:39
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00827620
Message ID:
00827781
Views:
19
Hi Dmitry,

> "how do I get the PK value in my VFP code"?

If pk is a identity, and you don't have insert triggers:
SQLEXEC(CURSORGETPROP("ConnectHandle","myView"),"SELECT @@IDENTITY id","NewPK")
? NewPK.id
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform