Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting SQL Server stored proc return value
Message
From
06/12/2003 08:23:15
 
 
To
05/12/2003 14:31:54
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00856398
Message ID:
00856583
Views:
23
Hi Gary

In addiotion to the way Sergey showed, you can also do it using a Private Variable in an in-line SQL Passthrough statement like this:
PRIVATE puRetVal
SQLEXEC( nCon, [EXEC sp_name ] + ?@puRetVal )
On completion, puRetVal will contain the return value.
----
Regards
Andy Kramek
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform