Re: [GENERAL] Access database from PostgreSQL? - Mailing list pgsql-general

From Peter T Mount
Subject Re: [GENERAL] Access database from PostgreSQL?
Date
Msg-id Pine.LNX.4.04.9901192110320.14361-100000@maidast.retep.org.uk
Whole thread Raw
In response to Access database from PostgreSQL?  (Randy Dees <rrd@amherst.com>)
List pgsql-general
On Tue, 19 Jan 1999, Randy Dees wrote:

> I have just read the wonderful concise directions for accessing a PostgreSQL
> database from MS Access, and just wondered:  does anyone have a procedure for
> accessing the Access database from Postgres?  I'm not likely to get the MS
> group here to relinquish control of that database so that I can put it in
> Postgres native, but I'd really like to use their data in our own databases.

PostgreSQL doesn't have the ability to access tables outside of a
database.

Now there's two approaches you could use to get around this:

1: Have your client connect to both the PostgreSQL and Access database
(not that good an idea).

2: Write a small app that occasionally extracts a copy of the required
tables from the Access database, and import it into the PostgreSQL
database. How often you need to do this, depends on what the tables
contain, and how often they are updated.

I've used the latter method in the past, and it works well for some types
of data, but not always.

--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


pgsql-general by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [GENERAL] Graphics Supported?
Next
From: ZioBudda
Date:
Subject: strange error