Re: odbc and bit-field

From: Jussi Jääskeläinen <jussi(dot)jaaskelainen(at)audioriders(dot)fi>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc and bit-field
Date: 2001-08-01 10:40:43
Message-ID: 3B67DCAB.7F238A50@audioriders.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue wrote:

> How are you setting 'Bools As Char' options ?

OK!
Two changes...
First I changed field type on psql-database from bit to bool.
Second I unmark "Bool as Char"

--> Field is reported now as 'BIT'-type what was what I wanted... ;-)

Now I just have to find out solution for (M$SQL) BINARY[21] field what includes
21 bits of binary data...

--
Jussi Jääskeläinen Email: jussi(dot)jaaskelainen(at)audioriders(dot)fi
Audio Riders Oy Tel: +358-9-276 6820 direct: +358-9-276 68212
Järvihaantie 4 Mobile: +358-40-554 3689
FIN-01800 KLAUKKALA Fax: +358-9-879 8045
FINLAND WWW: http://www.audioriders.fi

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Joseph 2001-08-03 09:54:42 Retrieving oid's
Previous Message Hiroshi Inoue 2001-08-01 04:56:45 Re: odbc and bit-field