K
Kevin Yu
hi all
I have a store procedure that take a cursor as param that return a result
set like this:
procedure listprojects(io_cursor in out t_cursor)
where t_cursor is defined as
Type t_cursor is ref cursor;
now how do I make a call passing the cursor as param into the
ExecuteDataset() call?
thx
Kevin
I have a store procedure that take a cursor as param that return a result
set like this:
procedure listprojects(io_cursor in out t_cursor)
where t_cursor is defined as
Type t_cursor is ref cursor;
now how do I make a call passing the cursor as param into the
ExecuteDataset() call?
thx
Kevin