On Mon, 4 Apr 2005, Paul Marchant wrote:
> Setup: Postgres 8.0.1 & postgresql-8.0-310.jdbc3.jar
>
> con = DriverManager.getConnection(url, p);
> System.out.println("con.getTransactionIsolation() = " +
> con.getTransactionIsolation());
> con.close();
>
> Produces this:
> ---------------------
> java.sql.SQLException: ERROR: unrecognized configuration parameter
> "xactisolevel"
What's the complete stacktrace for this error? I'm not convinced it is a
JDBC driver problem.
Kris Jurka