Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with executeing Store procedure in Visual Basic
Message
De
17/09/2001 06:46:08
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Problem with executeing Store procedure in Visual Basic
Divers
Thread ID:
00557220
Message ID:
00557220
Vues:
37
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform