i have created 2 databases and created link between those 2 dbs using federated db.
now i want to create a trigger that, if i insert a row in client table which is in db2, then it should check the master table whichis in db1.
i tried to create trigger but it is not working.
i can select the rows using join from those tables residing in diff dbs.
pls help me out how to create a trigger fo r this Db2Udb in windows
Sakthi