Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC and RETURN from Stored Procedure
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQLEXEC and RETURN from Stored Procedure
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:
01104848
Views:
50
Hello,

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,
Giedrius
Next
Reply
Map
View

Click here to load this message in the networking platform