DB2 Triggers from JDBC
843859Feb 21 2007 — edited Feb 21 2007Hi,
I have a trigger on a DB2 Database table which simply updates another table with what has been changed. When I update this table with the trigger on it, using the iSeries SQL program the trigger works fine.
My problem is that when I use JDBC in my java Portlet application the trigger does not run when I update the table this way.
Can anyone shed any light on this