From: | Sheer El-Showk <sheer(at)saraf(dot)com> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Error codes in JDBC drivers |
Date: | 2001-04-06 19:24:00 |
Message-ID: | Pine.LNX.4.33.0104061518170.19137-100000@laudanum.saraf.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
I'm using what I presume to be the only/most popular JDBC for postgres
(from http://jdbc.postgresql.org/download; the actual jar is
jdbc7.0-1.1.jar -- please let me know if there are any others) but am a
little concerned that its error reporting (via java SQL exceptions) seems
to use only strings rather then setting the exceptions error code (vendor
specific or XOPEN standard).
I need to be able to catch SQLExceptions and convert them to my own,
application specific exceptions ... I can even do this by parsing a string
(though I would rather an error code), but I don't know how to reliably
extract DB errors from the exceptions thrown by the postgres JDBC driver.
Any suggestions, references or help would be greatly appreciate.
Thanks,
Sheer
From | Date | Subject | |
---|---|---|---|
Next Message | Homayoun Yousefi'zadeh | 2001-04-09 22:33:19 | JDBC and Perl compiling problems w/ postgresql-7.1rc4 |
Previous Message | chris markiewicz | 2001-04-06 14:59:37 | RE: null to zero? |