G
Guest
Hi - I can update a second field based on update of the the first field of
the same table. It works fine in the Enterprise Manager (EM), but I can't
seem to make the trigger fire when I alter the first field from the
application. Checking the table using EM, I can see the update in the first
field but obviously the trigger didn't fire because the second field is
still not changed. If I add "COMMIT" to the last line of the trigger, I get
database gets disconnected from the application (but the trigger fires).
What's going on?
the same table. It works fine in the Enterprise Manager (EM), but I can't
seem to make the trigger fire when I alter the first field from the
application. Checking the table using EM, I can see the update in the first
field but obviously the trigger didn't fire because the second field is
still not changed. If I add "COMMIT" to the last line of the trigger, I get
database gets disconnected from the application (but the trigger fires).
What's going on?