Subject multi-database query
Author martin_carmichael2005
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,