RE: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror - Mailing list pgsql-odbc

From Takahashi, Ryohei
Subject RE: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror
Date
Msg-id EE586BE92A4AFB45B03310C2A0C0565D6D0F1FF0@G01JPEXMBKW03
Whole thread Raw
In response to Re: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Responses Re: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror  (Clemens Ladisch <clemens@ladisch.de>)
Re: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
List pgsql-odbc
Hi Inoue-san,


Thank you for replying.


> Why do you set client_min_messages to fatal in the first place?

Actually, my customer used PostgreSQL with default settings at first.
He wanted to reduce server logs later and set log_min_messages = fatal and client_min_messages = fatal.

I know client_min_messages does not reduce server logs and recommended him to change client_min_messages again.


Anyway, I think it is a problem that SQLExecDirectW() returns SQL_SUCCESS even if sql finishes with error.


Regards,
Ryohei Takahashi




pgsql-odbc by date:

Previous
From: Leonardo De La Cerda
Date:
Subject: Problem compiling in mac os with unix odbc
Next
From: Clemens Ladisch
Date:
Subject: Re: SQLExecDirectW returns SQL_SUCCESS even if sql finishes witherror