Re: Error handling in ODBC

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Error handling in ODBC
Дата
Msg-id 3B2EB73D.7300385F@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Error handling in ODBC  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
Список pgsql-odbc
Hi all,

I've just committed a fix to cvs.

Changed the error handling as follows.
1) ERRORs causes an SQL_ERROR and the SQLSTATE='S1000'.
2) NOTICEs causes an SQL_SUCCESS_WITH_INFO and the succeeding
   SQLError() returns the NOTICE message.

Remarks.
1) RI violation ERRORs are reported properly.
2) The NOTICE is the last NOTICE message and
   is truncated to 4095 bytes.

regards,
Hiroshi Inoue

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Error handling in ODBC
Следующее
От: Dave Page
Дата:
Сообщение: RE: Error handling in ODBC