Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obtaining result set form SP using cursors
Message
De
25/06/2002 08:33:22
 
 
À
24/06/2002 18:41:15
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00671813
Message ID:
00671954
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform