Board index » delphi » Connecting two databases

Connecting two databases


2004-05-11 09:12:39 AM
delphi60
How to connect two databases in Interbase. Ex: select dbA.tableA.fieldA, dbB.tableB.fieldB from dbA.tableA, dbB.tableB where dbA.tableA.fieldA = dbB.tableB.fieldB
It's possible or i am a philosofer?
Sorry for my bad english.
 
 

Re:Connecting two databases

Luzanilton Filho writes:
Quote
How to connect two databases in Interbase. Ex: select
dbA.tableA.fieldA, dbB.tableB.fieldB from dbA.tableA, dbB.tableB
where dbA.tableA.fieldA = dbB.tableB.fieldB

It's possible
No.
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : delphi.weblogs.com
Want to help make Delphi and InterBase better? Use QC!
qc.borland.com -- Vote for important issues
 

Re:Connecting two databases

While InterBase cannot do this, any good reporting tool can. Examples:
Brio, Crystall Reports.
Luzanilton Filho writes:
Quote
How to connect two databases in Interbase. Ex: select dbA.tableA.fieldA, dbB.tableB.fieldB from dbA.tableA, dbB.tableB where dbA.tableA.fieldA = dbB.tableB.fieldB

It's possible or i am a philosofer?

Sorry for my bad english.