Re: How can I change defined schema of linked tables when using Access linked table manager odbc connection

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "John J(dot) Turner" <fenwayriffs(at)gmail(dot)com>, Killian Driscoll <killiandriscoll(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How can I change defined schema of linked tables when using Access linked table manager odbc connection
Date: 2015-10-29 13:47:59
Message-ID: 5632238F.6070206@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/29/2015 05:00 AM, John J. Turner wrote:
> On Oct 29, 2015, at 6:14 AM, Killian Driscoll <killiandriscoll(at)gmail(dot)com> wrote:
>> I am using postgresql 9.3 on Windows 8 64, and am using Access as a frontend data entry. In postgresql I have changed the schema from 'public' to 'irll'. The linked table in Access are still linked as 'public' and I need to update/change the connection of the tables to match the new schema in the postgresql db.
>>
>> I can easily set up a new odbc connection with the new schema, but if I do this I will lose the data input forms I have set up in Access. How can I change the defined schema of the linked tables?
>
>
> This sounds more like an Access question, so an inquiry to an Access forum may be more fruitful, but have you tried the linked table manager in Access?
>
> You can swap the existing linked table objects to their new connection…

You should not have to make a new connection. Just use the linked table
manager to find the new table and link to it. Access will add the schema
to the beginning of the name. Then in the properties of the form change
the table name in the Source field. Once you are sure everything works
you can unlink the old table. You can always just create some dummy
tables to test before you try the above. Linked tables definitions are
pretty static, I find I have to relink anytime there is a change in a
table.

>
> -John
>
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David 2015-10-29 16:17:49 Re: Better way to process boolean query result in shell-like situations?
Previous Message Frank Nagel 2015-10-29 13:41:49 Re: BDR-Plugin make install on RHEL7.1