Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to return a cursor from sproc?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01163962
Message ID:
01163972
Views:
9
No. A stored procedure will return a separate recordset for each SELECT which doesn't store data in the local variables. IOW, a stored procedure may return multipkle record sets.

>1. Do I understand that whatever last "SELECT * ..." in my SQL Sproc will automatically return to calling VFP (without declaring any OUTPUT)?

<snip>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform