SQL_BIT and bit question

From: lothar(dot)behrens(at)lollisoft(dot)de
To: pgsql-odbc(at)postgresql(dot)org
Subject: SQL_BIT and bit question
Date: 2005-03-11 11:25:17
Message-ID: 42318E2D.4280.10A7032@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I am trying to use a column with type bit and I get a type of SQL_CHAR if I call
SQLDescribeCol. Is this correct ?

If I call it for a type of int or integer, I get back SQL_INTEGER.

How and what datatypes can I use to have similar semantics to bit ?

Thanks

Lothar

--
Lothar Behrens www.lollisoft.de
Rosmarinstr 3 My public project:
40235 Düsseldorf http://sourceforge.net/projects/lbdmf

Browse pgsql-odbc by date

  From Date Subject
Next Message Joost Kraaijeveld 2005-03-11 11:43:29 Re: SQL_BIT and bit question
Previous Message Joost Kraaijeveld 2005-03-11 09:45:39 Re: Queries run twice