Subject JDBC 2 ?
Author Nikhil G. Daddikar
I am trying to do on Firebird 1.0

conn.prepareStatement(sql, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY)

I get the following error @ runtime:
Unsupported Feature: Using a JDBC 2 method that is not supported.


Does anyone know if there is going to be a JDBC 2 driver soon for Firebird? Or is there one already available.

Thanks.