Trying to debug psqlODBC - Mailing list pgsql-odbc

From Andreas Pflug
Subject Trying to debug psqlODBC
Date
Msg-id 3E2FE383.1020004@web.de
Whole thread Raw
List pgsql-odbc
Hi,

I'm trying to track down a problem in psqlODBC. I signed on to GBORG,
but didn't succeed in getting the latest sources via CVS (auth failed:
rejected access to /usr/local/cvsroot/psqlodbc, my account is "andy").
The 7.2.5 source tarball seems to be incomplete (at least code for
ConfigDSN is missing).
Can you help me getting the latest source? Is there a mailing list on
psqlODBC devel topics?


The topics I'm investigating:

- Using OLEDB/MSDASQL, I cannot insert NULL or Zero-length strings with
bound  variables: INSERT .. VALUES (?,?,?) fails, INSERT ... VALUES
(1,2,NULL) or (1,2,'') is ok.

- Error Message is only E_FAIL.

Since both problems could be outside the ODBC driver, I'd rather have a
look inside before requesting support.

Best regards,
Andreas


pgsql-odbc by date:

Previous
From: "Jim"
Date:
Subject: Re: Scalability in PostgreSQL
Next
From: Fredrik Karlsson
Date:
Subject: Setup problem...