Re: [JDBC] JDBC2.0 Support

2001-04-02 Thread Peter T Mount
Quoting Pattabi Raman <[EMAIL PROTECTED]>: > We have Postgres 7.0.3 running on Red Hat 7.0. The JVM installed is from > Blackdown.org. We are using jdbc7.1_1.2.jar driver. > > We are unable to use the JDBC2.0 methods. > For example: > we tried calling > DatabaseMetaData.supportsResultSetType(in

[JDBC] JDBC2.0 Support

2001-03-29 Thread Pattabi Raman
We have Postgres 7.0.3 running on Red Hat 7.0. The JVM installed is from Blackdown.org. We are using jdbc7.1_1.2.jar driver.   We are unable to use the JDBC2.0 methods. For example: we tried calling DatabaseMetaData.supportsResultSetType(int) method and ResultSet.absolute(int) method. We are g