Hi!
I am using postgresql-8.0-310.jdbc3.jar in my application.In order to get the error code from an SQLException I haveto use sqlexception.getSQLState(). Shouldn't it begetErrorCode()?
Peter