Subject | RE: [firebird-support] Events |
---|---|
Author | Alan McDonald |
Post date | 2005-09-17T23:22:52Z |
> Alan McDonald wrote:yes - you decide the trigger for clients to register and unregister
> >>Is it possible to fire an event off when the DepartmentId changes?
> >>
> > before update trigger
> > if new.departmentid<>old.department.id then post_event blabla
>
> OK, thanks.
> Is it possible to get only some clients to register interest in only
> some users,
>or do *all* clients have to be told whenever anyone'sall clients with registered interest in the event will be notified at the
> department.id changes?
time the event fires. Aggain, it's up to you (application code) to decide
what actions to take when the client app receives the event notification.
(including ignore it)
Alan
>
> Richard
>