Re: Columns out of range-error

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: andreas(dot)percher(at)automedia(dot)de
Cc: pg(at)fastcrypt(dot)com, pgsql-jdbc(at)postgresql(dot)org, tobias(dot)zielke(at)automedia(dot)de
Subject: Re: Columns out of range-error
Date: 2004-08-20 23:10:04
Message-ID: 412684CC.3070002@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-08-21 02:18:22 Re: Columns out of range-error
Previous Message Kris Jurka 2004-08-20 20:11:24 Re: Question