Re: strange error - Mailing list pgsql-jdbc

From Joe Shevland
Subject Re: strange error
Date
Msg-id HEECIHEEJDBMCCGMGIOBOENFCEAA.jshevland@j-elite.com
Whole thread Raw
In response to strange error  (# sriram # <sriram@imsc.ernet.in>)
List pgsql-jdbc
Sounds like the JVM you are using is pre-JDBC 2.0... are you using a 1.1.8
version of the JRE/JDK?

Upgrading to {1.2.x|1.3.x|1.4.0) should fix this problem. Alternatively,
download the PostgreSQL JAR driver for 1.1.x should work also.

Cheers,
Joe

>     I am running a small jdbc program and i get an error like this...
>
>
> [sriram@nmlinux2 sriram]$ java jdbc
> Internal error: caught an unexpected exception.
> Please check your CLASSPATH and your installation.
> java/lang/NoSuchMethodError:
java/sql/Statement.getResultSetConcurrency()I

Attachment

pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: strange error
Next
From: "Dave Cramer"
Date:
Subject: Re: build.xml now builds under jdk1.4, checked into cvs