Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Returning a ResultSet from a stored procedure
Hi.
Is there a way to return a ResultSet from a stored procedure/function? The only way I know of (in Oracle) is to have the stored function return a reference to a cursor (REF CURSOR) and the Java client register the return type as OracleTypes.CURSOR which can then be casted to a ResultSet. But this uses Oracle specific stuff in the client. Is there another way to do it?
TIA
Alex
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Sep 28 1999 - 17:28:37 CDT
![]() |
![]() |