Subject connect in a stored procedure
Author perevilas
It should be an idea for fb2 to include an internal connect with
other db.

Could be anything similar to:

create connection con1 con_string user password;
...
open con1;

select field from con1.table into :local_var;

close con1;

It should be useful for replication purposes.

Pere Vilas
Bes Informatica, SL