JDBC2.0 Support

From: "Pattabi Raman" <Pattabi(dot)Raman(at)chennai(dot)transys(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC2.0 Support
Date: 2001-03-29 17:55:33
Message-ID: 009201c0b879$7f1f86a0$a10aa8c0@vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 getting method not supported exception, but we do find the jdbc2 package in the jar file that has implementation for these methods.
What are we supposed to do to make this work?

Regards,
Pattabi

Attachment Content-Type Size
Pattabi Raman.vcf text/x-vcard 203 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-29 18:37:39 Re: RE: Compiling
Previous Message Mihai Gheorghiu 2001-03-29 14:15:19 Re: Combo box