Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Value from Stored Procedure SQL
Message
 
 
To
23/12/2004 09:20:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00971765
Message ID:
00971876
Views:
20
See Re: Can stored procedures return values? Message #876903.

>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
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform