Subject EVENT Processing in Firebird
Author crizoo4712
Hi all,

although I read the respective documentation, I'm getting confused with one issue:

What happens when I make a change on an object that causes a particular trigger to fire and to post an event (e.g. MY_EVENT).
As soon as I do this once: MY_EVENT(1).
As soon as I do this 8 times within ONE transaction: MY_EVENT(8)?
As soon as I do this once in a transaction and commit it but run that transaction 8 times: MY_EVENT(1) for each?
Am I right or wrong?

Regards, Christoph