Open
Description
Submitted by: alassiry (alassiry)
Block progress on CORE644
Votes: 31
SFID: 1175710#
Submitted By: alassiry
It would be great if we could link databases together,
even with non-firebird databases.
for example:
create database link hr as
"fb://sysdba:pass2@anotherhost/opt/firebird/hr.fdb"
create database link system as
"ib://sysdba:[email protected]/C:/Interbase/system.gdb"
create database link vbulletin as
"mysql://vb:vb@localhost/vbulletin"
create database link compiere as
"oci://compiere:[email protected]/ORCL"
then you can:
select * from table1@hr h,table2@compiere c,
table3@vbulletin where h.field=c.field and
v.field2=c.field2