Error Reporting Problem ??

From: Silvio Scarpati <silvio(dot)scarpati(at)virgilio(dot)it>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Error Reporting Problem ??
Date: 2003-06-20 21:35:57
Message-ID: +33zPteRZ545ooYGc0CHupDu+qhZ@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Hiroshi,

upgrading to latest ODBC driver i got the following problem:

after installing new 07.03.0100 ODBC driver, i noticed that my Visual
Studio 6.0 MFC Applications does not display the correct error
messages returned by the back-end. In fact, on DB exceptions such as
SQL Query errors, the framework displays an empty MessageBox, instead,
with previous versions of the driver, the framework displayed
(correctly) the right error string (same string reported in connection
log or mylog).

To reproduce the error just open a recordset with a wrong column name
in the where statement or any kind of erroneous query. The ODBC driver
will display an empty string as error message.

The Legacy version of the driver works great.

Thank you.

Silvio.

P.S.
once built the odbc driver's dll, how can i debug it? Have i
to write a particular client program where i load directly the dll ??
Is there any doc about this topic ??

Browse pgsql-odbc by date

  From Date Subject
Next Message Giuliano Gavazzi 2003-06-20 21:37:18 Re: OS X driver
Previous Message Jo Dillon 2003-06-20 21:23:27 Re: OS X driver