trigger « db2 « Java Database Q&A





1. DB2 Triggering java app.    coderanch.com

DB2 has supported java triggers since version 5.2. You can create a trigger that does what you'd like - but you're best off keeping it simple (if you want heavy stuff done, use the trigger to put a message in a queue - or a "queue" table that the other process polls and processes. Get it>?