Subject Multidatabase SQL statements
Author majstoru
Hi,

Does anybody try to make SQL statement on Firebird on the server
level.

Something like:
SELECT DB1.Table1.Field1, DB1.Table1.Field2, DB2.Table2.Field1
FROM DB1.Table1, DB2.Table1
WHERE DB1.Table1.ID = DB2.Table2.Id

Thanks