Subject | Re: [firebird-support] How to remove source code of triggers |
---|---|
Author | Tom Miller |
Post date | 2007-08-09T16:02:11Z |
Add
WHERE RDB$SYSTEM_FLAG <> 1
Wei Yu wrote:
WHERE RDB$SYSTEM_FLAG <> 1
Wei Yu wrote:
> Try to execute this UPDATE RDB$TRIGGERS SET RDB$TRIGGER_SOURCE = NULL; but failed:
>
> Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
> action cancelled by trigger (0) to preserve data integrity.
> cannot modify or erase a system trigger.
>
>
>