Subject Re: [firebird-support] EVENT Processing in Firebird
Author Milan Babuskov
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. For each event, you get the count within the transaction.

You can test this easily using some tool like Event Monitor in FlameRobin.


--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================