born2program
Technical User
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)