Hi,
Does anyone have any idea how to return a cursor from a stored procedure using ADO. What do you do when it returns (do you put it into a recordset).
I should say that I am using Oracle 8.
Chris
Printable View
Hi,
Does anyone have any idea how to return a cursor from a stored procedure using ADO. What do you do when it returns (do you put it into a recordset).
I should say that I am using Oracle 8.
Chris
I assume your talking about a referential cursor..
ADO doesn't support them.