Calling an Oracle Stored Procedure which returns a Cursor
How do i call an Oracle Stored Procedure which returns a Cursor. I tried using callableStatement.registerOutputParameter() where i set the output as java.sql.Types.OTHER.
And i cannot call setCursorName() from a CallableStatement. Any thoughts?
Capuccino...
[266 byte] By [
capuccino] at [2007-11-15 21:32:19]
