Re: PgSQL error codes in PHP

Поиск
Список
Период
Сортировка
От Thom Dyson
Тема Re: PgSQL error codes in PHP
Дата
Msg-id OF4F845831.43EE4CB6-ON88256F4A.0057A54B-88256F4A.0057E796@sybex.com
обсуждение исходный текст
Ответ на PgSQL error codes in PHP  (Dawid Ferenczy <ferenczy@volny.cz>)
Список pgsql-php
Dawid,

I think you will have to build something.  If I understand the problem
correctly, PHP's error routine needs the connection handle to get the
error, but there is no connection handle if there is an error (!), so PHP
can't read an error number.

I have seen other people looking for answers to this, but I have never
seen any answers.

Thom Dyson
Director of Information Services
Sybex, Inc.



pgsql-php-owner@postgresql.org wrote on 11/12/2004 05:01:11 AM:

> Hi,

> I need help, please - I tried Google, some specialized mailinglist
> and I got no result for a week. I would like to determine PgSQL error
> codes in PHP after executing a query, but I found functions for getting
> error messages only which I found not usable (messages are often
> localised and so on).

В списке pgsql-php по дате отправления:

Предыдущее
От: Dawid Ferenczy
Дата:
Сообщение: PgSQL error codes in PHP
Следующее
От: Markus Bertheau
Дата:
Сообщение: Re: PgSQL error codes in PHP