DB2 Triggers from JDBC

Hi,

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

[395 byte] By [Easter1976a] at [2007-11-26 19:11:09]
# 1
As stated I don't believe it. Basically you're not doing what you think you're doing.You're not updating the table, the trigger's not on the table, or the trigger doesn't do the thing you think it does.
dcmintera at 2007-7-9 21:08:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...