Postgres ODBC and SQL_BIT

From: leif(at)danmos(dot)dk
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Postgres ODBC and SQL_BIT
Date: 1998-09-02 11:30:00
Message-ID: m0zE9EN-000G4UC@danmos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi all,

Excuse me for a newbie question.

I am trying to make a PostgreSQL database that must be compatible with
an existing M$Access database. I have some trouble figuring out what
postgres type to use for SQL_BIT. I believe the Access type is called Yes/No
(and is used for checkboxes.) I am also using this in a C/C++ program using
ODBC. My C/C++ program correctly connects to an Access database with these
fields, and I have tried both 'bool' and 'char' as types in the Postgres
database, but none of them works. Is there a standard type for this or do
I have to make my own (and if so, how?) ?

Thanks in advance,

___________________________________________________________________________
/
_/ _/_/ / Leif Jensen (leif(at)danmos(dot)dk)
_/ _/ _/ /
_/ _/_/ _/_/_/ /
_/ _/ _/ _/ _/ / Linux 2.0.33, gcc 2.7.2, wxWin 1.68c
_/ _/ _/_/ _/ _/ /
_/ _/ _/ _/ _/ /
_/_/_/_/ _/_/ _/_/ _/ / (and Windows 95 :-(
___________________________________________________________________________

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Hartwig 1998-09-02 16:59:29 Re: [INTERFACES] Postgres ODBC and SQL_BIT
Previous Message leif 1998-09-02 11:19:00 Re: [INTERFACES] ODBC interface