Subject Re: [firebird-support] Multiple Database Access in Firebird at a time
Author Helen Borrie
At 11:21 AM 7/07/2004 +0000, you wrote:
>Hello,
>
>I got a question about to handle multiple database with multiple
>connection at a time in firebird using delphi.is it possible to get
>control on this situation?

With the standard VCL and DBX components: no.

With IB Objects, FIBPlus and (marginally) InterBaseXpress components,
yes. Martijn Tonies can tell you whether his Firebird DBX driver supports
multiple transactions and two-phase commit across multiple database
connections.

Firebird does not support joins or subqueries across database boundaries at
all.

For further Delphi questions, ask in the appropriate lists. You can find
the links on the "Lists and Newsgroups" page of the main Firebird site.
Firebird-support isn't a Delphi list.

/heLen