Board index » delphi » Request on two table on different DB Interbase 6.0

Request on two table on different DB Interbase 6.0

How create select request between two differents tables situate on  two
different databases on Interbase6.0 ?
 

Re:Request on two table on different DB Interbase 6.0


You cannot. InterBase does not support cross database joins.

On Tue, 12 Nov 2002 17:17:38 +0100, "Eric Despontin" <e...@dnd.be>
wrote:

Quote
>How create select request between two differents tables situate on  two
>different databases on Interbase6.0 ?

--
Bill (TeamB)
(TeamB cannot respond to questions received via email)

Re:Request on two table on different DB Interbase 6.0


Quote
"Eric Despontin" <e...@dnd.be> wrote:
> How create select request between two differents tables situate on  two
> different databases on Interbase6.0 ?

Tu dois faire ca par programmation - il ne faut pas dependre de la
base de donnees.

You can do it programmatically - not through the db engine - but you
have to be careful.

Paul...

--

plinehan__AT__yahoo__DOT__com

Other Threads