Re: PostgreSQL and Access - relink - Mailing list pgsql-odbc

From Campbell, Greg
Subject Re: PostgreSQL and Access - relink
Date
Msg-id 4445090D.4060204@us.michelin.com
Whole thread Raw
In response to PostgreSQL and Access - relink  ("Jonathan Blitz" <jb@anykey.co.il>)
List pgsql-odbc
I have used the AttachDSNLessTable function from the Microsoft knowledge base article: 892490.
Just Google: Access DSNless connection 892490
Cut the function and paste the function. Then you can call it from you application and use the fact that
it provides for the tables alias (local) name to smooth out the difference between linked table naming
conventions ("mytable" instead of "public_mytable"(PostgreSQL) or "dbo_mytable"(SQL Server), or
"myuser_mytable"(oracle)).



Jonathan Blitz wrote:

> I have an Access project linked to a PostgreSQL database (linked tables).
>
> I need to be able to switch dynamitically between one PostgreSQL database
> and another according to the request from the user.
>
> Anyone have any code that will do this?
>
> I assume it will require me to re-link all the tables.
>
> Jonathan Blitz
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq

Attachment

pgsql-odbc by date:

Previous
From: "Hakan Kocaman"
Date:
Subject: Re: PostgreSQL and Access - relink
Next
From: "Sistemas C.M.P."
Date:
Subject: Max LongVarChar