Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with executeing Store procedure in Visual Basic
Message
 
 
À
17/09/2001 06:46:08
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00557220
Message ID:
00557263
Vues:
8
What're you using to access MS SQL Server (7, 2000 - ?), ADO?
Where RESULT SET comes from?


>hello
>
>i want to execute procedure in Visual Basic
>how i can pass RESULT SET to procedure
>
>
>CREATE PROCEDURE titles_cursor @titles_cursor CURSOR VARYING OUTPUT
>AS
>BEGIN
>SET @titles_cursor = CURSOR
>FORWARD_ONLY STATIC FOR SELECT ITEM_CODE FROM item_mst
>
>OPEN @titles_cursor
>go
>
>end
>
>thanks in advance
>
>pradeep
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform