Re: [Maybe Spam] Some troubles with Access and bool

From: "Greg Campbell" <greg(dot)campbell(at)us(dot)michelin(dot)com>
To: Jean-Max Reymond <jmreymond(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [Maybe Spam] Some troubles with Access and bool
Date: 2004-10-13 13:17:13
Message-ID: 416D2AD9.6080406@us.michelin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

DSN ODBC Driver options
Page 2 - check row versioning

Jean-Max Reymond wrote:

>I have a small table in my 7.4 Postgres database:
>
>CREATE TABLE jmbool
>(
> icompt int4,
> mybool bool
>)
>WITHOUT OIDS;
>
>I have MS Access 2003. My ODBC Driver a the option "treats bool as
>char" unchecked.
>IN MS Access, I can add a record but it not possible to delete any record:
>error message: The Microsoft Jet database engine stopped the process
>because you and another user are attempting to change the same data at
>the same time.
>
>Of course, I am alone on the Postgres database.
>How to solve this blocking issue ?
>Thanks for your answers.
>
>
>
>
>

Attachment Content-Type Size
greg.campbell.vcf text/x-vcard 283 bytes

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jean-Max Reymond 2004-10-14 02:04:27 Re: [Maybe Spam] Some troubles with Access and bool
Previous Message Jean-Max Reymond 2004-10-12 20:32:55 Some troubles with Access and bool