Re: out length err with SQL_TINYINT - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: out length err with SQL_TINYINT
Date
Msg-id 3DE73599.6BB495FE@tpf.co.jp
Whole thread Raw
In response to out length err with SQL_TINYINT  ("Han" <zhouhanok@vip.sina.com>)
List pgsql-odbc
Han wrote:
>
> pgsql-odbc
>
>         When retrive SQL_TINYINT columns from table using
>     SQL_C_DEFAULT, the out length(the last argument of
>     SQLBindCol) is incorrect. For example, the value
>     retrived is 0(it's correct), but the length returned
>     is 2 -- and in fact it's 1.

There's no type in PostgreSQL which exactly matches
SQL_TINYINT.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: ODBC changes
Next
From: "Dave Page"
Date:
Subject: psqlODBC 07.02.0005 Released