Using Microsoft Access as front end to Postgres - Mailing list pgsql-general

From Steve Quezadas
Subject Using Microsoft Access as front end to Postgres
Date
Msg-id 00f001c02f14$8e5d6270$7801a8c0@steve
Whole thread Raw
Responses Re: Using Microsoft Access as front end to Postgres  (Tim Uckun <tim@diligence.com>)
Re: Using Microsoft Access as front end to Postgres  (David Huttleston Jr <dhjr@hddesign.com>)
Re: Using Microsoft Access as front end to Postgres  (Yury Don <yura@vpcit.ru>)
Re: Using Microsoft Access as front end to Postgres  ("Tim McKenna" <timmckenna@110.net>)
List pgsql-general
I am trying to use Microsoft Access as a front end to Postgres, but I am having some trouble with the ODBC driver. I get all sorts of weird problems. For instance, sometimes when I enter in new values in a table, if the field I type in a field that has already been typed in before (ie I type "CA" in two different rows of the "states" column), the whole row has "#Deleted" in it. Other times, I want to delete a record, and I'll get a dialogue box that says "ODBC--delete on a linked table 'test' failed" and then another one that says "Error while executing the query; ERROR: Unable to identify an operator '=' for types 'xid' and 'int4'. You will have to retype this query using an explicit cast". I get the same exact errors if I try to change an item in a current record.
 
I assume there is a more reliable way to connect to database clients than this. Has anyone got a Microsoft Access front end working with Postgres? I am using Postgres 7.0.2 and ODBC driver postdrv 6.5.
 
I also tried going to OpenLink ODBC, but I can't find where you are supposed to put IP address of the server you want to connect to with this driver. the Help files are non-existant with this particular driver.
 
- Steve
 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [SQL] Object syntax
Next
From: oberpwd@anubis.network.com (Wade D. Oberpriller)
Date:
Subject: Good reference for PL/pgsql