Subject | Re: Problem extracting check constraints in FB 2.1.3 |
---|---|
Author | jegazarco |
Post date | 2010-01-02T11:55:13Z |
> SELECT a.RDB$SYSTEM_FLAGI have tried to update manually rdb$system_flag, but i get an error =>
> FROM RDB$TRIGGERS a
> where a.RDB$TRIGGER_NAME = 'CHECK_41';
>
>
> Try setting the rdb$system_flag manually to 4 and see if that helps.
>
Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.action cancelled by trigger (1) to preserve data integrity.
Cannot update trigger used by a CHECK Constraint.
I have seen that new check constraints has a value of 3, but the other ones has 0 value.