Re: [INTERFACES] Replication between MS Access and PostgreSQL

From: "Allan Huffman" <huffmana(at)ppc(dot)pims(dot)org>
To: Nicolas Huillard <nhuillard(at)ghs(dot)fr>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Replication between MS Access and PostgreSQL
Date: 1999-10-27 13:25:06
Message-ID: 3816FD32.2F30921C@ppc.pims.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

You can export the MS Access tables to Postgres as long as the ODBS.exe has been run and set up from the
control panel "32 ODBC" configuration panels that are loaded from the .exe. You will need the Host name,
database name, User and Password, and use the default PostgreSQL Postmaster port number. The Postmaster
has to be running with the database allocated but the table must not already exit. Then do the following:

1) File select "Export as"
2) To an External File or Database
3) Change the "Save as type" to ODBC Databases()
4) Verify the name (all lower case) and click OK
5) Select "DSN Name" to be "MS Access 97 Databases (not sharable).dsn"
6) Click OK

All table names and column names must be lower case (at least for PostgreSQL 6.5.2 running on Solaris).

Cheers,

Allan

Nicolas Huillard wrote:

> Hello,
>
> Are there any tools on earth that allow replication between an Access database and a PostgreSQL server ?
> I think about things like :
> * standalone Windows app that have two ODBC connections and replicate data between the two,
> * VBA modules to insert in the Access database,
> * other stuff,
> I don't necessarily need a true replication. If there are a few impossible things, I could still be OK.
>
> TIA,
>
> Nicolas Huillard
> G.H.S
> Directeur Technique
> Tél : +33 1 43 21 16 66
> Fax : +33 1 56 54 02 18
> mailto:nhuillard(at)ghs(dot)fr
> http://www.ghs.fr
>
> ************

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Nicolas Huillard 1999-10-27 13:41:25 RE: [INTERFACES] Replication between MS Access and PostgreSQL
Previous Message Dave Page 1999-10-27 11:08:52 RE: [INTERFACES] pgAdmin connection error on NT and W98