Subject Re: [firebird-support] Events
Author Helen Borrie
At 08:58 AM 17/09/2005 +0100, you wrote:
>Hi,
>How flexible is a Firebird 1.5 event?
>Is it possible to fire an event off a specific field change within a
>table, e.g.
>
>A table contains:
>
>Name
>DepartmentId
>
>Is it possible to fire an event off when the DepartmentId changes?

Yes, in a Before or After Update trigger, call Post_Event. Understand,
though, that the event won't be detected by the watchers until (and unless)
the transaction commits.

./heLen