Re: JDBC Error codes

From: Barry Lind <blind(at)xythos(dot)com>
To: John Cavacas <oogly(at)rogers(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC Error codes
Date: 2003-02-09 23:06:36
Message-ID: 3E46DEFC.9090408@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

John,

If you had checked the email archives you would have seen that this
question has been asked and answered a number of times on this list.
The short answer is that jdbc is waiting on error codes to be
implemented in the database proper. Once that is done they will be
exposed via jdbc. There is not schedule when this will be done though.

thanks,
--Barry

John Cavacas wrote:
> I've been looking for this information and as best as I can gather and
> have experienced, the JDBC driver (either version 3 or the development
> version) is not able to report back with error codes. Is this correct?
> If so is there a plan to include this functionality soon?
>
> It would make JDBC programing with PostgreSQL much simpler...
>
> Thanks,
> John
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-02-10 00:13:45 Re: Obtaining precision and scale of NUMERIC types
Previous Message John Cavacas 2003-02-09 22:59:50 JDBC Error codes