Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Links [CORE776] #1158

Open
firebird-automations opened this issue Apr 3, 2005 · 6 comments
Open

Database Links [CORE776] #1158

firebird-automations opened this issue Apr 3, 2005 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

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:masterkey@192.168.1.99/C:/Interbase/system.gdb"

create database link vbulletin as
"mysql://vb:vb@localhost/vbulletin"

create database link compiere as
"oci://compiere:comp@192.168.1.159/ORCL"

then you can:
select * from table1@hr h,table2@compiere c,
table3@vbulletin where h.field=c.field and
v.field2=c.field2

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Vlad Horsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue block progress on CORE644 [ CORE644 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Umberto Masotti (umasotti)

It would be useful, as first step, to have heterogeneous queries in SQL, DSQL and PSQL between Fb databases through the same server.

I'm aware of the whole architecture must be designed before any single step in this direction, but AFAIR the whole discussion ended without drawing a clear conclusion.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0.0 [ 10048 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10800 ] => Firebird [ 15227 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0.0 [ 10048 ] =>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants