Re: executeBatch problem

From: Barry Lind <blind(at)xythos(dot)com>
To: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: executeBatch problem
Date: 2002-10-29 16:45:17
Message-ID: 3DBEBB1D.2020705@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Can you explain your problem in a bit more detail? I do not understand
what you mean by 'can not get any correct error number'?

thanks,
--Barry

pginfo wrote:
> Hi all,
> I am using executeBatch to speed up the row insertin in application.
> All is working fine, but if one from my inserts drops, then I can not
> locate the error reson.
>
> I can get exception, but I can not gae any correct error number.
> Also executeBatch returns int[], and all the values in array
> (including the error position) are with value 1.
>
> Is it pg jdbc bug ?
> Otr it is possible to get th correct error code.
>
>
> Regards,
> Ivan.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-10-29 16:53:24 Re: precision of numeric type
Previous Message ygloriau 2002-10-29 16:43:35 Re: Prepared Statement limit ?