Re: getTransactionIsolation() causes SQLException - unrecognized

From: Kris Jurka <books(at)ejurka(dot)com>
To: Paul Marchant <pmarchant(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getTransactionIsolation() causes SQLException - unrecognized
Date: 2005-04-04 23:51:07
Message-ID: Pine.BSO.4.56.0504041846560.22117@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-04-04 23:59:40 Re: getTransactionIsolation() causes SQLException - unrecognized
Previous Message Benjamin W. Fisher 2005-04-04 23:37:35 JBuilder Question