Re: SQLSTATE in PHP?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: pgsql-php(at)postgresql(dot)org
Cc: Paul Tillotson <pntil(at)shentel(dot)net>, Chris Smith <chris(at)interspire(dot)com>
Subject: Re: SQLSTATE in PHP?
Date: 2004-03-02 06:48:57
Message-ID: ADC2E1B0-6C15-11D8-9224-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Thanks, Paul and Chris for your feedback.

On Mar 2, 2004, at 9:08 AM, Paul Tillotson wrote:

> No native function that I know of. If it is important you could
> emulate it using the error handler.
>
> I.e., define a custom error handler which looks at the error string
> for the error, finds the SQL STATE code, and saves that somewhere.
> Then you can write another function which returns this saved variable
> and name it my_pg_last_error() or whatever.

For the interim, good idea!

On Mar 2, 2004, at 7:29 AM, Chris Smith wrote:

> That mysql function looks like it's bleeding edge, so there won't be a
> postgres equivalent yet.
>
> Might be better off asking on the php-dev mailing list about it..

Looks like I'll have to get on those PHP developers :)

Thanks again!

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adam Alkins 2004-03-02 11:47:26 Re: pg_fetch_row Problem
Previous Message Chris Smith 2004-03-02 00:40:35 Re: pg_fetch_row Problem