Re: Domains, casts, and MS Access

From: Peter Koczan <pjkoczan(at)gmail(dot)com>
To: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Cc: Justin Graf <justin(at)magwerks(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Domains, casts, and MS Access
Date: 2010-08-04 22:41:13
Message-ID: AANLkTi=5kNA8mBx=V+9yOLQYRFPDL6_5SNjFpFzswu0v@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Aug 4, 2010 at 4:40 PM, Richard Broersma
<richard(dot)broersma(at)gmail(dot)com> wrote:
> On Wed, Aug 4, 2010 at 1:24 PM, Justin Graf <justin(at)magwerks(dot)com> wrote:
>
>> My memory is fuzzy but there are some additional settings in Access that
>> allows data type mapping...
>
> My experience is that PostgreSQL Integer types work the best for
> MS-Access bit datatype considering the fact that in Access -1 = true.
>
> I know that there is a setting in the ODBC driver for true = -1 but it
> doesn't work well.  I also remember that filters didn't work on mapped
> boolean columns.

Yep, that's the stumbling block we're running into. ODBC and these
fields' assumptions of true/false are at odds. I'm trying a few other
things with casts in the meantime to see if they'll work.

Does anyone know if another product, like OpenOffice Base with its
native postgres driver, does any better?

Peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Broersma 2010-08-05 01:49:05 Re: Domains, casts, and MS Access
Previous Message Richard Broersma 2010-08-04 21:52:50 Re: Delete rules