Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!hitnews.eu!news.netcologne.de!newsfeed-fusi2.netcologne.de!fu-berlin.de!uni-berlin.de!not-for-mail From: "M. Strobel" Newsgroups: comp.databases.postgresql Subject: Re: SQL state / Date: Wed, 04 May 2011 10:21:28 +0200 Lines: 26 Message-ID: <92cgk8F6jqU1@mid.uni-berlin.de> References: <922q12Fcr5U2@mid.uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de e+UAoHKV0cayE/5gerbHUQAJ9/gYuCTTMUaEg1s3YCrPYR10Q= User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 In-Reply-To: <922q12Fcr5U2@mid.uni-berlin.de> Xref: x330-a1.tempe.blueboxinc.net comp.databases.postgresql:116 Am 30.04.2011 18:00, schrieb M. Strobel: > Am 26.04.2011 15:28, schrieb Dog is love: >> Hi, >> >> I was trying to trap the SQL States as listed in >> >> http://www.postgresql.org/docs/8.2/static/errcodes-appendix.html >> >> in a normal pg/plsql script but I can't seem to do it....is it only >> possible to do this in Embedded SQL ? >> >> I do not want to test the error code, I only want to pass it back to a >> JAVA front end. > > I can tell you I can't trap any errors in pltcl, the error is > reflected to the client. > > /Str. Corrected: in pltcl I can catch errors, and I get the error messsage as text. I still can not find the sql state anywhere. /Str.