Re: boolean values and MS Access

From: ioguix <igxnews(at)free(dot)fr>
To: David Gardner <David(dot)Gardner(at)yucaipaco(dot)com>
Cc: "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: boolean values and MS Access
Date: 2007-05-25 14:25:10
Message-ID: 4656F1C6.6020501@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I use this function and operator :

http://archives.postgresql.org/pgsql-general/2001-10/msg00953.php

it just perfectly works with these odbc params :
True is -1 -> checked
Bools as Char -> not checked

--
Guillaume `ioguix` de Rorthais

Richard Broersma Jr wrote:
> --- David Gardner <David(dot)Gardner(at)yucaipaco(dot)com> wrote:
>
>> Please dis-regard my email. I found someone with a similar problem and the solution in the
>> mailing list archives.
>> http://archives.postgresql.org/pgsql-general/2006-12/msg00415.php
>>
>> Apologies for not doing this before I posted.
>
> this is what I found that worked for me:
> http://archives.postgresql.org/pgsql-odbc/2006-09/msg00103.php
>
> however, MS-Access didn't recognized to boolean fields as yes/no field, so when I used a form
> creation wizard to start a form, it would used text boxes instead of check boxes. I had to
> manually replace these controls myself.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2007-05-29 09:21:01 [ psqlodbc-Bugs-1005624 ] The limitation for number of connection with ODBC driver
Previous Message Richard Broersma Jr 2007-05-25 14:13:35 Re: boolean values and MS Access