Re: Batch Update problem

From: Kris Jurka <books(at)ejurka(dot)com>
To: Hadraba Petr <hadrabap(at)bluetone(dot)cz>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Batch Update problem
Date: 2008-01-07 02:55:52
Message-ID: Pine.BSO.4.64.0801062153520.9644@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 30 Dec 2007, Hadraba Petr wrote:

> I have a global PreparedStatement pStmt that handles the UPDATE
> statement.
>
> In for-cycle I'm doing the following:
> - prepare values for the UPDATE
> - call pStmt.clearParameters();
> - call pStmt.setObject(paramOrderID, paramValue) for each value with
> the right paramID and value
> - call pStmt.addbatch();
>
> After the for-cycle I'm calling the pStmt.executeBatch(); and
> pStmt.close();
>
> Please note, no Exceptions are thrown — the SQL code is correct and no
> primary key nor foreign key valoations are occuring.
>
> I'm able to post full source code and more info.
>

Please post a full test case. I don't see any reason why Jdbc3 vs Jdbc3g
would be any different.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-01-07 03:03:58 Re: Check constraint metadata
Previous Message Kris Jurka 2008-01-07 02:52:12 Re: Missing fields in getColumns() result