Обсуждение: RE: [INTERFACES] ODBC DRIVER v06-40-0002

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
Hi Byron,

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

Regards,

Dave.


> -----Original Message-----
> From: owner-pgsql-interfaces@postgreSQL.org
> [mailto:owner-pgsql-interfaces@postgreSQL.org]On Behalf Of Byron
> Nikolaidis
> Sent: 31 December 1998 00:20
> To: Dave Page
> Cc: 'pgsql-interfaces@postgreSQL.org'; Thomas G. Lockhart; Dwight
> Johnson; pgsql-announce@postgreSQL.org
> Subject: [INTERFACES] MINI-UPDATE of ODBC DRIVER v06-40-0002
<SNIP>
> Dave, I'm sure this was *at least one* thing wrong with your ADO/VB6.0
> application, because the error messages in the commlog file showed
> that.  However, like I said, without the odbc trace log, I
> can't be sure
> there is not more wrong (likely).
>
> Byron
>
>
>
>


Вложения

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

От
Byron Nikolaidis
Дата:

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