Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC and RETURN from Stored Procedure
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01104848
Message ID:
01104856
Views:
11
See Re: Can stored procedures return values? Message #876903

>For example I have stored procedure o SQL Server 2000:
>
>CREATE PROCEDURE spTemp_Return (@TempIn integer)
>AS
>RETURN @TempIn * (-1)
>
>
>Is it possible to get value from SP using SQLEXEC function? Or I have to modify my SP to use OUTPUT variables?
>
>Thanks,
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform