Re: Detect insert failure due to duplicate unique index
From: dharmadam (dharmadam_man_at_hotmail.com)
Date: 08/26/04
- Previous message: cutthecrap: "Persistence Model"
- In reply to: Robert Klemme: "Re: Detect insert failure due to duplicate unique index"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Aug 2004 06:33:12 -0700
Thanks for the tip. I used DB2driver, and able to get -803 error
during insert, indicating the duplicate primary index.
"Robert Klemme" <bob.news@gmx.net> wrote in message news:<2p1d6sFfrfplU1@uni-berlin.de>...
> "dharmadam" <dharmadam_man@hotmail.com> schrieb im Newsbeitrag
> news:dfd540d9.0408240834.4fd37638@posting.google.com...
> > Is there a way to specifically identify the insert failure to a DB2
> > table due to duplicate index. I am geting "General Error". I am using
> > JDBC-ODBC bridge. I have tried getting SQLCode and SQLSate, but gives
> > 0.
>
> The bridge has not a very well reputation. Can't you use a DB2 driver?
>
> robert
- Previous message: cutthecrap: "Persistence Model"
- In reply to: Robert Klemme: "Re: Detect insert failure due to duplicate unique index"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|