RE: Creation doc in Domino DB upon event in DB2 Rami Jundi 5.Mar.04 08:34 AM a Web browser DECS DECS - All Releases; Lotus Connectors - All ReleasesWindows 2000
You of course can poll from the Notes end for new records using LC LSX or Java agent.
From the DB2 end if you can install NotesSQL on the DB2 server, maybe create a DB2 trigger using SQL>Notes to insert a record. Or the trigger can call Domino using Java and create a document(record) into Notes.