RE: [INTERFACES] Replication between MS Access and PostgreSQL

From: Nicolas Huillard <nhuillard(at)ghs(dot)fr>
To: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: RE: [INTERFACES] Replication between MS Access and PostgreSQL
Date: 1999-10-27 13:41:25
Message-ID: 01BF2091.BB2DF040@agen.int.ghs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

This description is a way to export tables from Access to Postgres. I know how to do this.
What I'm looking for is a tool to synchronize the data between the same table inside Access and Postgres, ie : a new record in Postgres should be transfered to Access, and the same the other way.

Thanks.

-----Message d'origine-----
De: Allan Huffman [SMTP:huffmana(at)ppc(dot)pims(dot)org]
Date: mercredi 27 octobre 1999 15:25
À: Nicolas Huillard; pgsql-interfaces(at)postgreSQL(dot)org
Objet: Re: [INTERFACES] Replication between MS Access and PostgreSQL

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:

....

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jimmy Román R. 1999-10-27 15:20:22 select for update error during precompilation
Previous Message Allan Huffman 1999-10-27 13:25:06 Re: [INTERFACES] Replication between MS Access and PostgreSQL