Subject | Re: [firebird-support] What the best way to to join 2 tables accross 2 databases ? |
---|---|
Author | Helen Borrie |
Post date | 2012-03-19T03:15:44Z |
At 02:19 PM 19/03/2012, Alexandre Benson Smith wrote:
./heLen
>You can do cross database joins using execute statement in FB 2.5.It's true that you can perform DML in an external database from within a PSQL module in v.2.5, using the EXECUTE STATEMENT extensions. But, no, you can't do cross-database joins in Firebird at all. It won't happen until Firebird supports database namespaces, which is not yet.
./heLen