Posted By:
Nicolas_DEBEAUPTE
Posted On:
Friday, July 20, 2001 12:58 AM
Hi,
We access data in an ORACLE base using jdbc.
By default, it seems that a resultset returned as a parameter of a stored procedure or function is forward_only so that one
can't scroll forward and then backward in that resultset.
How to get from a stored procedure a resultset which is NOT forward only ?
thanks for help
Nicolas