Re: setAutoCommit(false)

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setAutoCommit(false)
Date: 2004-05-12 15:48:16
Message-ID: c7th00$sg5$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka schrieb:
>>I do however have a user saying that he is using latest PostgreSQL
>>(postgresql 7.4.2 with pg74.213.jdbc3 is what he told me) and our call
>>to setAutoCommit(false) apparently returns
>>
>>java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer
>>supported
>>
>
> The user is not using a 7.4 series JDBC driver. They likely have the 7.3
> driver hidden somewhere in their classpath which is being used. This
> error and associated stack trace are not from a 7.4 driver.
>

I'm seeing the same error with the 7.4 driver and the dev driver against
the current Win32 builds...

Thomas

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-05-12 18:25:07 Re: setAutoCommit(false)
Previous Message Oliver Jowett 2004-05-12 13:23:16 Re: JDBC and processing large numbers of rows