Hi,

Our environment: db2 ese server 8.1.4a on win2k.

We have a db2 trigger and need to update some values of a table contained in different database. To begin with, both these databases (db1 and db2) are held in the same server.
For eg: db1 (db2 ese server)
|
db1.<table1>.trigger
|
----------------------------------------
db2 (db2 ese server)
|
update table2

Just wanted to check if there is a easier way other than "federated database objects".

Thanks in advance.