Applies to:NA Description:Occurs while using invalid JDBC driver. Cause:You are probably using a driver implemented for the JDBC 1.0 API.
admin JAVA-JDBC
You need to upgrade to a JDBC 2.0 driver that implements scrollable result sets. Also be sure that your code has created scrollable result sets and that the DBMS you are using supports them.
You need to upgrade to a JDBC 2.0 driver that implements scrollable result sets. Also be sure that your code has created scrollable result sets and that the DBMS you are using supports them.