Hopefully this is a simple question...
Is it possible to use a scrollable result set with the Oracle JDBC driver and move backwards as well as forward. I have been able to use it to move forward using next(), but I can't perform any other operations with it. Does the driver support it? Does the database support it? I am surprised if the database doesn't support a cursor that can do more than just move forward. Please fill me in on this stuff. BTW, I am looking for this information because I am trying to implement a page by page iterator for a GUI in a Java application. If you have any tips or advice on doing this that would also be appreciated.
Thanks,
Bennett
Is it possible to use a scrollable result set with the Oracle JDBC driver and move backwards as well as forward. I have been able to use it to move forward using next(), but I can't perform any other operations with it. Does the driver support it? Does the database support it? I am surprised if the database doesn't support a cursor that can do more than just move forward. Please fill me in on this stuff. BTW, I am looking for this information because I am trying to implement a page by page iterator for a GUI in a Java application. If you have any tips or advice on doing this that would also be appreciated.
Thanks,
Bennett