Subject Re: [firebird-support] Join between two tables in separate databases?
Author Helen Borrie
At 06:46 PM 11/10/2003 -0500, you wrote:
>Greetings All,
>
>Is it possible to join one table in Database A with another table in
>Database B?

No. You can query data from two databases inside a single transaction, but
there is no structural connection between two databases that could support
cross-database joins.

heLen