Subject "Name of Referential Constraint not defined in constraints table" ;=(
Author Tobias Giesen
Hi!

I have several tables using this foreign key constraint:

CONSTRAINT FK_BR_TYP FOREIGN KEY (TYP)
REFERENCES BETRAGSTYPEN(TYP)
ON UPDATE CASCADE ON DELETE CASCADE

Several of these constraint definitions are accepted, and then suddenly one
fails:

unsuccessful metadata update
STORE RDB$REF_CONSTRAINTS FAILED
...
Name of Referential Constraint not defined in constraints table

Any ideas?

Thanks.

Tobias Giesen