Error handling in ODBC - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Error handling in ODBC
Date
Msg-id EKEJJICOHDIEMGPNIFIJGEMEEKAA.Inoue@tpf.co.jp
Whole thread Raw
Responses RE: Error handling in ODBC
List 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 by date:

Previous
From: "Henshall, Stuart - WCP"
Date:
Subject: RE: ODBC+Access2000, Win2k and Win98
Next
From: Hiroshi Inoue
Date:
Subject: Re: [BUGS] ODBC Interface version 07_01_0005, problem with C++ exceptions