Re: serious problems with BOOL and Access - Mailing list pgsql-interfaces

From Stephen Davies
Subject Re: serious problems with BOOL and Access
Date
Msg-id 200202212306.g1LN6nJs001896@mustang.sdc.com.au
Whole thread Raw
In response to serious problems with BOOL and Access  (Markus Wagner <wagner@imsd.uni-mainz.de>)
List pgsql-interfaces
I have managed to get bools to work with Access and VB.

My set up is:

On the windows side:variables are declared as booleanBools as char is OFFMaxlongvarchar=4094 (Not part of the bool
problembut fixed another 
 
problem)Row versioning ON

On the PG side:variables declared as bool int4eq functions and operators for xid/int and bool/int as described 
in the ODBC doco.

HTH,
Stephen Davies
On Thu, 14 Feb 2002 13:42:41 +0100, Markus Wagner said:
> Hi,
> 
> we're in serious trouble with an application using BOOLs. We have boolean 
> attributes in a pg table, being represented as checkboxes in Access. Changing
>  
> these controls results in an error message "another user has changed the 
> data", or something like that.
> 
> We tried nearly everything. The mailing list archives gave hints to the pg 
> ODBC driver, the "bools as char" flag and so on. We tried with and without 
> this flag. Then, without it, the problem seemed to be solved. But we found 
> that now the data must have been changed several times in different records, 
> before the problem reappears.
> 
> Our current settings are "bools as char" off, "text as longvarchar" off. The 
> bools are normal BOOL attributes of size 1, as reported by pgaccess. We also 
> tried to change the table properties for the fields in Access, "display as 
> checkbox" and so on. We drag the fields from the field list into the form. 
> But also changing the ODBC-connected tables directly results in the same 
> error.
> 
> Isn't there a unique solution to that? Why are bools that critical?
> 
> Thank you very much,
> 
> Markus
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


========================================================================
This email is for the person(s) identified above, and is confidential to
the sender and the person(s).  No one else is authorised to use or
disseminate this email or its contents.

Stephen Davies Consulting                                scldad@sdc.com.au
Adelaide, South Australia.                                  Voice: 08-8177 1595
Computing & Network solutions.                         Fax: 08-8177 0133




pgsql-interfaces by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: pgaccess
Next
From: Tom Lane
Date:
Subject: Re: What about libpq-fe.h ?