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