Re: Using Microsoft Access as front end to Postgres

From: Tim Uckun <tim(at)diligence(dot)com>
To: "Steve Quezadas" <steveeq2(at)tripperjones(dot)com>, <pgsql-general(at)hub(dot)org>
Subject: Re: Using Microsoft Access as front end to Postgres
Date: 2000-10-05 22:54:21
Message-ID: 4.2.0.58.20001005165153.00a4beb8@mail.diligence.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 02:38 PM 10/05/00 -0700, Steve Quezadas wrote:
>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.

If there is a document that describes how to use access as a front end to
postgres I too would be very interested in reading it. I want to do the
exact same thing.

:wq
Tim Uckun
Due Diligence Inc. http://www.diligence.com/ Americas Background
Investigation Expert.
If your company isn't doing background checks, maybe you haven't considered
the risks of a bad hire.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Quezadas 2000-10-05 23:11:46 Dropping a column in postgres
Previous Message Wade D. Oberpriller 2000-10-05 22:03:21 Good reference for PL/pgsql