Subject | Re: [firebird-support] EVENT Processing in Firebird |
---|---|
Author | Milan Babuskov |
Post date | 2010-02-05T12:58:59Z |
crizoo4712 wrote:
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
==================================
> 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).You are right. For each event, you get the count within the transaction.
> 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 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
==================================