On Mon, 22 Dec 2003, [iso-8859-1] Nilabhra Banerjee wrote:
> connection.setAutoCommit works well with postgresql
> 7.3 .. but with postgresql 7.4 I am getting the
> error...
> Error in connection == ERROR: SET AUTOCOMMIT TO OFF
> is no longer supported
>
> I have tried pg73jdbc1.jar and pg73jdbc3.jar .. both
> gave the same error....
To access a 7.4 database you need a 7.4 jdbc driver. Try downloading one
from http://jdbc.postgresql.org/download.html
Kris Jurka