Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ids
Message
From
07/02/2002 15:36:34
 
 
To
07/02/2002 14:49:48
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
Re: Ids
Miscellaneous
Thread ID:
00616126
Message ID:
00616967
Views:
24
I am calling a stored procedure from VFP.

sqlexec(nHandle, "{Call sp_GetNewKey}","nextid")
thisform.txtInvoice.value = nextid.newid


CREATE PROCEDURE sp_GetNewKey
AS

SELECT newid = @@identity
GO


How do I tell the stored procedure what table it is using? And to operate on insert?

Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform