Programatically renaming linked tables

D

Darrell

I have a series of access databases that reference a
common set of linked oracle tables via odbc. Copies of
these oracle tables are being migrated into sql server and
I want to update my links to reference the new sql server
tables instead of the original oracle tables. The oracle
tables were linked with 'alias' names and the sql server
tables will be linked with the true table names. What this
means is that each linked table will need to be renamed
and the odbc connect string will need to be updated for
each as well. There are over fifty common, linked tables
that reside in a half dozen or so different access
databases. All of these require redefinition. Is there a
way to programatically update the linked table names and
odbc connect strings?
 
G

GVaught

SQL Server does not use the ODBC connection, it has its own driver, which is
more reliable than ODBC. As for an automated way to do this I am not sure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top