Can't invoke the ResultSet methods afterLast and beforeFirst

March 20th, 2009

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

  1. admin
    March 20th, 2009 at 10:28 | #1

    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.

  1. No trackbacks yet.