Error handling in ODBC

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Error handling in ODBC
Дата
Msg-id EKEJJICOHDIEMGPNIFIJGEMEEKAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответы RE: Error handling in ODBC
Список pgsql-odbc
Hi all,

Recently I found the case that  NOTICE causes an error in ODBC
while examining Kristis' error report.

It seems that NOTICE had never been the cause of SQL_ERROR
before Zoltan's change about a year ago. Before his change *NOTICE*
only caused a PGRES_NONFATAL_ERROR and SC_execute()
returned SQL_SUCCESS_WITH_INFO. However currently *ERROR*
also causes a PGRES_NONFATAL_ERROR and SC_Execute()
returns SQL_ERROR.
Why was this changed ?
I'd like to put it back if there's no reason.

regards,
Hiroshi Inoue

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

Предыдущее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: RE: ODBC+Access2000, Win2k and Win98
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: [BUGS] ODBC Interface version 07_01_0005, problem with C++ exceptions