Subject Re: [firebird-support] EVENT Processing in Firebird
Author Dimitry Sibiryakov
05.02.2010 10:22, crizoo4712 wrote:
> 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?

You are right. Events are just counted during transaction and on
commit new counter values are delivered to client.

--
SY, SD.