Re: ms-access and booleans ? - Mailing list pgsql-odbc

From Jeff Eckermann
Subject Re: ms-access and booleans ?
Date
Msg-id 20040119153613.31921.qmail@web20813.mail.yahoo.com
Whole thread Raw
In response to ms-access and booleans ?  (Andreas <maps.on@gmx.net>)
Responses Re: ms-access and booleans ?  (Andreas <maps.on@gmx.net>)
Re: ms-access and booleans ?  (Adrian Klaver <aklaver@comcast.net>)
List pgsql-odbc
--- Andreas <maps.on@gmx.net> wrote:
> Hi,
>
> I transferred a couple of tables from an Access MDB
> to Postgres.
> Among the involved column-types are booleans.
>
> I could dump the contend of the Access table to PG
> via an odbc linked table.
>
> In  psql  I can run :
>     SELECT count(*) FROM my_table WHERE
> some_boolean;
> It shows some number as expected.
>
> I Access I get an Error:
> ODBC-Call failed.
> Error: Operator doesn't exist:  boolean = integer
> (#7)
>
> In the System-DSN I have
> Bool as Char :   NO
> True is -1 :    YES

You should have success by playing with these
settings.  I use different settings, but that is a
historical matter. I believe that the ODBC driver
handling of booleans for MS Access has been optimized
somewhat in recent releases.  Probably just setting
"bool as char" to true will do it.  But I admit that I
haven't played with these lately, not wanting to mess
up a working setup.
>
> How can have booleans that don't break my Access
> front-end ?
>
>
> cu
>     Andreas
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
>     (send "unregister YourEmailAddressHere" to
majordomo@postgresql.org)


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

pgsql-odbc by date:

Previous
From: Richard Huxton
Date:
Subject: Re: error 3669 in psql 7.2
Next
From: Ben Ramsey
Date:
Subject: Adding long text to a text field generates an error