Subject | Re: [firebird-support] Stored procedure on database start |
---|---|
Author | Doru Constantin |
Post date | 2005-12-08T13:15:13Z |
Helen Borrie wrote:
answer to my question is related with this thread.
Sorry for the intrusionn, anyway.
/ Doru
> At 12:14 PM 8/12/2005 +0200, Doru Constantin wrote:I am not the same person with "kapsee", though I consider that the
>
>
> >The (adapated) question is:
> >Is there any way to have a "trigger" on datatabase level as reaction to
> >the user action.
> >
> >Something like
> >
> > CREATE TRIGGER name [GLOBAL]
> > [ACTIVE | INACTIVE]
> > {BEFORE | AFTER} <multiple_action>
> > [POSITION number]
> > AS trigger_body
> >
> > <multiple_action> ::= <single_action> [OR <single_action> [OR
> ><single_action>]]
> > <single_action> ::= {CONNECT | DISCONNECT}
> >
> >
> >CONNECTING | DISCONNECTING
> >to determines type of operation being executed.
>
> No, it's not supported. If it were, then a SP could be invoked by the
> trigger. Firebird triggers are confined to DML actions on
> table.current-row, anyway; but it's still a bit of a stretch of the
> imagination for a database to DO something before a connect.
>
> Did you hijack this thread or do you post to this list under two
> identities?
>
> ^ heLen
answer to my question is related with this thread.
Sorry for the intrusionn, anyway.
/ Doru