Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with executeing Store procedure in Visual Basic
Message
From
17/09/2001 06:46:08
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Problem with executeing Store procedure in Visual Basic
Miscellaneous
Thread ID:
00557220
Message ID:
00557220
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform