Re: [GENERAL] Access database from PostgreSQL?

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [GENERAL] Access database from PostgreSQL?
Дата
Msg-id Pine.LNX.4.04.9901192110320.14361-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Access database from PostgreSQL?  (Randy Dees <rrd@amherst.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [GENERAL] Graphics Supported?
Следующее
От: ZioBudda
Дата:
Сообщение: strange error