posted 19 years ago
Hi,
I am using stored procedures with an Oracle database to return cursors. However, the cursors that it returns are always TYPE_FORWARD_ONLY. I am trying to set the type to be TYPE_SCROLL_INSENSTIVE, but it does not seem to be working.
Here is the sample code I am using
In the above example, rs is always TYPE_FORWARD_ONLY. Anyone know how to fix this?
Thanks,
Kevin
[ March 13, 2006: Message edited by: Kevin Conaway ]