Re: Unknown exceptions possibly originating from psqlodbc - Mailing list pgsql-odbc

From Craig Ringer
Subject Re: Unknown exceptions possibly originating from psqlodbc
Date
Msg-id CAMsr+YFMsUtsPThZ8Pti3vGdXVMWWTbJ1XOH7-peNQUmDDSzbg@mail.gmail.com
Whole thread Raw
In response to Unknown exceptions possibly originating from psqlodbc  (Brent Smith <brent.smith@kepware.com>)
List pgsql-odbc
On 29 April 2015 at 21:17, Brent Smith <brent.smith@kepware.com> wrote:


> My primary question is, do you have any insight into what exceptions you
> might throw in the case of a record set update? Further, are there any
> tools, header files, debug versions, logging utilities, etc. that you could
> provide to help us diagnose this problem?

I strongly recommend that you check out the psqlODBC sources from git
and do a debug build.

You should then set up the post-mortem debugger on the problem system
to generate minidumps, or to trap directly into Visual Studio if
practical. Alternately you can just attach VS to the problem process
(if it's just one) and wait for the problem to arise.

Using a debug build of the driver will make life a lot easier.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-odbc by date:

Previous
From: Craig Ringer
Date:
Subject: Minor fixes to Windows tests
Next
From: "Mark Hellegers"
Date:
Subject: Compiling without libpq