HI
i am struggling with a problem, ie i need to connect 2 databases in db2Udb in windows.i have a master database and client database. i need to create a connection or lin kbetween the databases.
if i try to insert a record in client database then it should connect the master database to check the primar key value is available in master database or not, if not it should raise an error on insertion.
pls give me ideas how to do the connection. is it possible by triggers ?