dfrench Moderator

Joined: 03 Mar 2003 Posts: 1605 Location: Wellington, New Zealand
|
Posted: Fri Dec 05, 2003 8:44 pm Post subject: |
|
|
Not directly, a query is defined within one data source.
However, you can create a temporary snapshot copy of one database within the other and do your query there.
Some dbms tools do provide the means of treating a table in another database as though it were part of the 'local' database (for example Oracle Transparent Gateway) but that is pretty heavy duty stuff. |
|