I am runnung latest ojdbc14.jar from oracle on Weblogic 8.1.
When I try to execute method that will return array for example:
AnyManager mgr = AnyManager.getInstance();
AnyBean[] rez = mgr.loadByWhere("where col1 is null");
I am getting exception:
java.sql.SQLException: [BEA][Oracle JDBC Driver]Unsupported method: ResultSet.absolute
Database is: Oracle Release 9.2.0.1.0
Please help.
Thanks you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am runnung latest ojdbc14.jar from oracle on Weblogic 8.1.
When I try to execute method that will return array for example:
AnyManager mgr = AnyManager.getInstance();
AnyBean[] rez = mgr.loadByWhere("where col1 is null");
I am getting exception:
java.sql.SQLException: [BEA][Oracle JDBC Driver]Unsupported method: ResultSet.absolute
Database is: Oracle Release 9.2.0.1.0
Please help.
Thanks you.