Access Conversion - Mailing list pgsql-general

From Mark Lubratt
Subject Access Conversion
Date
Msg-id 17C564D0-8B23-11D8-A1F1-000A9579AF50@indeq.com
Whole thread Raw
List pgsql-general
Hello,

I'm trying to convert an Access application to have its backend be
PostgreSQL.  I've created the schema and imported the data without a
problem.

My problem is that the Access application wasn't written by me and has
numerous queries and table relationships  that I want to replace in
place with tables linked to the new backend.

So, far, I've tried adding all the PostgreSQL tables as linked tables.
Then I'm renaming the new linked table over the top of the original
Access table.  Access asks me if I want to replace the old table and I
say - yes.  This seems to keep the queries in tact.  However, if the
table being replace has table relationships defined, then Access wants
to delete those relationships prior to copying over the table.

Is there a way to do this "in place"?  In other words, is there a way
to get Access to accept the new linked tables as the old tables without
having to destroy/recreate the table relationships?

Thanks!
Mark


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: help needed regarding Query processing in postgres
Next
From: Christopher Browne
Date:
Subject: Re: COPY TO order