Duplicate key identification

From: Cosmin Coroiu <cosmin(dot)coroiu(at)sec(dot)co(dot)ro>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Duplicate key identification
Date: 2002-03-12 09:40:17
Message-ID: 1015926028.3011.6.camel@crosby
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello all !

I have the following problem : I work on a Java database backup/restore
tool which should work with some different database engines like Oracle
, AdabasD and PostgreSQL using JDBC.My problem is a way to identify the
'Duplicate key ' error for all these database engines.For AdabasD and
Oracle is can be done using the getErrorCode() method but not for
PostgreSQL. Right now I'm using not a very nice way : searching in the
error message.Does anybody knows other better solution ? Error messages
in PostgreSQL are language dependent ?

Thanks in advance ,

Crosby.

--
"Whatever you do will be insignificant, but it is very important
that you do it." --Mahatma Gandhi

ICQ #35594993 Linux Registered User #216853

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexey Slynko 2002-03-12 09:50:09 Problem with array ... help!
Previous Message Dave Cramer 2002-03-12 00:42:43 Re: which JDBC driver