Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server Cursor Parameter

Status
Not open for further replies.

born2program

Technical User
Sep 18, 2006
85
US
I am trying to figure out how to use a stored procedure. It is locked so I can't view the code inside the stored proc. I've understand the first 2 parameters, but the last one (cursor parameter) I can't figure out. Has anyone had experience in using Cursor Input/Ouptput parameters. I'm not familiar with cursor parameters and would appreciate any input. The stored procedure call is below. Let me know if you have ?'s. Thanks in advance.

Code:
GetFieldValues(@TextVal varchar(255), @ID uniqueidentifier, @code_cursor cursor)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top