Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting SQL Server stored proc return value
Message
 
 
To
06/12/2003 08:23:15
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00856398
Message ID:
00856603
Views:
14
Andy,

Your code fails during compilation on the second line with message "Missing operand" (VFP8SP1).

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

Click here to load this message in the networking platform