Dear all,
I had two db2 db servers at two different locations as 1) DB2 iseries at location A and 2) DB2 9.7 Linux at location B.
I want to create distributed SQL at location B using the tables from both these databases.
e.g. Receivable table from Db2 iseries and Customer table from Db2 9.7 Linux (select customer.cust_name,receivable.balance from customer, receivables) .
How can I do this? Please help?
I had two db2 db servers at two different locations as 1) DB2 iseries at location A and 2) DB2 9.7 Linux at location B.
I want to create distributed SQL at location B using the tables from both these databases.
e.g. Receivable table from Db2 iseries and Customer table from Db2 9.7 Linux (select customer.cust_name,receivable.balance from customer, receivables) .
How can I do this? Please help?