Subject | "Name of Referential Constraint not defined in constraints table" ;=( |
---|---|
Author | Tobias Giesen |
Post date | 2001-11-13T17:51:32Z |
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
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