On Thu, 15 Jul 2004, Krishnakanth Rao wrote:
> I'am using the jdbc driver pg73jdbc3.jar in my jdbc code to acces PostGRE
> SQL. Whenever a sql exception occurs it doesnt give me the appropriate error
> code , eg referential integrity constraint voilated etc. The error code from
> the SQLException is always zero.
Error codes are a new feature and are only available when using a 7.4 or
newer server and jdbc driver.
Kris Jurka