Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining result set form SP using cursors
Message
From
25/06/2002 08:33:22
 
 
To
24/06/2002 18:41:15
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00671813
Message ID:
00671954
Views:
27
>Also, do you know why the Query Analyzer would give me a "Result Grid" for each row returned from the cursor?

The Query Analyzer will render everything as a result set unless it's considered an Information or Error message. Print statements are considered Information messages.

The QA uses ODBC to connect to SQL Server. ODBC is a rowset provider. Everything as to be a rowset. Even XML generated by SQL Server will be displayed as a rowset by QA.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform