ODBC( true = -1) and MS-Access - Mailing list pgsql-odbc

From Richard Broersma
Subject ODBC( true = -1) and MS-Access
Date
Msg-id 396486430909291320p37bcc55cl5edd3d49f2401ff5@mail.gmail.com
Whole thread Raw
List pgsql-odbc
I've configure the ODBC drawing to use true as -1.  However, I get the
following error message when Access tries to use -1 as true.

2009-09-29 13:12:15 PDTLOG:  statement:
  SELECT "MS1"."buildingnbr","MS1"."drawingnbr"
  FROM "public"."buildingdrawings" "MS1"
  WHERE (("buildingnbr" = 'B-1085' )
  AND ("haspressurization" = -1 ) )
ORDER BY "MS1"."drawingnbr"
2009-09-29 13:12:15 PDTERROR:  operator does not exist: boolean =
integer at character 146
2009-09-29 13:12:15 PDTHINT:  No operator matches the given name and
argument type(s). You might need to add explicit type casts.

The version of the odbc driver is 8.04.01.00.

Is this a bug?

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

pgsql-odbc by date:

Previous
From: "Ramon Discua"
Date:
Subject: Re: cannot find pg_hba.conf file
Next
From: Richard Broersma
Date:
Subject: Re: cannot find pg_hba.conf file