Subject RE: [IBO] Query on two DBs - ?how do I do it?
Author Art Metz
Michael L. Horne wrote:

> Using IBO, how do I setup a query that will combine
> data from 2 different DBs?
>
> 1. Setup Components?
> 2. Write the SQL?

There's no good way to do this with InterBase. You'll need two
TIB_Connections, two TIB_Transactions, and two TIB_Queries. You'll have to
do the joins, filters, whatever, on the client side.

Art Metz
AMetz@...