Subject Re: [ib-support] Consult table in other database
Author Paul Reeves
magic wrote:
>
> Hello
>
> How select table in other database ?.;-?¿
>
> Usin ibexpress no BDE.
>

There is no automatic way of doing it. The BDE pretends to do it, but in reality
it opens a connection to the second database, executes a query and brings the
result back to a dataset.

It is a little more effort without the bde, but the process and outcome are the
same.

The only real 'problem' comes when you want to combine the results from two
separate databases. I'd try and avoid doing that.

Paul
--

Paul Reeves
www.ibphoenix.com
taking InterBase further