The application part of my database is in Access 2003, and I use tables that are linked from SQL server. Now, I have some tables that I have to link from an Oracle database. I link them through and ODBC connection and it works fine. Is it possible to link that Oracle link in SQL and then link that table as it is already linked in Access 2003? So, I want to use just one ODBC connection to SQL server and in SQL Server link that Oracle link.
|
|
|||
|
|
|
Yes, I believe the double indirection structure you suggest should work "OK". That's because MS_SQL linked server sources are handled very much like local databases and can be queried individually, i.e. within queries not involving local databases. Edit: To "establish a connection" between MS-SQL and Oracle servers Again, even with the gain associated with the Oracle OLE DB driver, the extra hop may hinder the overall performance of your setup... |
||||||
|
|
|
How can I establish that connection!? I what to establish connection from sql server to oracle database link! Is that possible and how. In that case, my aplication part would have ask for odbc connection to oracle just to sql server that I already use!! |
||
|
|
