Subject | RE: [firebird-support] Firing event when deleting in MON$ATTACHMENTS |
---|---|
Author | Leyne, Sean |
Post date | 2017-10-22T22:42:26Z |
> I am deleting user connected with:AFAIK, it is not possible to do what you want.
> DELETE FROM MON$ATTACHMENTS WHERE MON$ATTACHMENT_ID =
> :ID_CONNECTION;
> I need to use POST_EVENT in order to notify user that he has been
> disconnected but don't found a trigger for MON$ATTACHMENTS to do it. Can
> you please help me ?
Once you have deleted the connection, all communication to the client is stopped.
Sean