Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Value from Stored Procedure SQL
Message
From
23/12/2004 09:20:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Return Value from Stored Procedure SQL
Miscellaneous
Thread ID:
00971765
Message ID:
00971765
Views:
67
I have a Stored Procedure in my DB SQL Server

CREATE PROCEDURE Sp_Teste
@Text as nvarchar(20)
WITH ENCRYPTION
AS

If @Text = ''
RETURN(1)

....
....
....
GO

I call this SP in VFP

nError=SQLEXEC(nHandleConnection, "exec Sp_Teste")

How can i obtain the Return Value of Stored Procedure in my code VFP

Thank´s
Next
Reply
Map
View

Click here to load this message in the networking platform