Re: [INTERFACES] ODBC DRIVER v06-40-0002

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] ODBC DRIVER v06-40-0002
Date: 1999-01-04 16:47:50
Message-ID: 3690F0B6.39DFC3BE@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Dave Page wrote:

> Hi Byron,
>
> Here's the ODBC trace log you required. It was created using your update to
> the 6.4.0002 driver.
>
>

Looking at the log, its not totally obvious what the heck is failing because there is not
a hard failure that I can see. However, I do realize that the odbc driver falls short in
a few areas, and one is handling buffers and truncation properly. I have been working in
this area, with fixes to SQLGetData and then the other day with SQLGetInfo. These now
function correctly. But, there are numerous other functions which are possibilities, one
of which (SQLNativeSql) is used in your application.

So for the record, the following functions have been fixed:

SQLFetch
SQLExtendedFetch
SQLGetData
SQLGetInfo

The following functions still DO NOT handle input/output buffer lengths and/or truncation
properly:

SQLNativeSql
SQLColAttributes
SQLDescribeCol
SQLDriverConnect
SQLError
SQLGetCursorName

I will fix these functions and post another update shortly.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jackson, DeJuan 1999-01-04 23:47:58 RE: [INTERFACES] How to implement referential facilities in Postg reSQL
Previous Message Byron Nikolaidis 1999-01-04 16:37:26 Re: [INTERFACES] ODBC CREATE TABLE failures