Re: Columns out of range-error - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Columns out of range-error
Date
Msg-id 412684CC.3070002@opencloud.com
Whole thread Raw
In response to Re: Columns out of range-error  ("Andreas Percher" <andreas.percher@automedia.de>)
Responses Re: Columns out of range-error
List pgsql-jdbc
Andreas Percher wrote:
>>First of all, do not use begin, use setAutoCommit(false);
>
> Silly question:
> Where ?
> How ?
>
> I don't get any acces to the postgresDB, only the JDBC-Conection.

It's a method on the JDBC Connection object:
java.sql.Connection.setAutoCommit()

>>I still need to see the loop that you are inserting the data in?
>
> This is what Woolve73 will send to you, i guess.

It'd be useful if you could send it to the list too..

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Question
Next
From: Oliver Jowett
Date:
Subject: Re: Columns out of range-error