Subject | multi-database query |
---|---|
Author | martin_carmichael2005 |
Post date | 2005-03-21T19:10Z |
hello,
we are using firebird 1.03.
Is it possible to do cross database (multi-dababase) connection and
query?
Can someone explain how to connect and do a multiple database query?
I need to select information from one database to insert into another.
example:
SELECT EMPNO FROM Database1:TABLE_EMP, Database2:TABLE_EMPNAMES
WHERE ...
thank you,
we are using firebird 1.03.
Is it possible to do cross database (multi-dababase) connection and
query?
Can someone explain how to connect and do a multiple database query?
I need to select information from one database to insert into another.
example:
SELECT EMPNO FROM Database1:TABLE_EMP, Database2:TABLE_EMPNAMES
WHERE ...
thank you,