Hi
Suddenly I can't add foreign key constraints.Got the following message:
<<
Unsuccessful metadata update
STORE RDB$REF_CONSTRAINTS failed
action cancelled by trigger (1) to preserve data integrity
Name of Referential Constraint not defined in constraints table
Statement: ALTER TABLE temp ADD CONSTRAINT FK1_temp FOREIGN KEY (RID) REFERENCES BEDRIJF (RID) ON UPDATE CASCADE ON DELETE NO ACTION
>>
What can be on hand?
Thanks for help
Henk Stijnen
Suddenly I can't add foreign key constraints.Got the following message:
<<
Unsuccessful metadata update
STORE RDB$REF_CONSTRAINTS failed
action cancelled by trigger (1) to preserve data integrity
Name of Referential Constraint not defined in constraints table
Statement: ALTER TABLE temp ADD CONSTRAINT FK1_temp FOREIGN KEY (RID) REFERENCES BEDRIJF (RID) ON UPDATE CASCADE ON DELETE NO ACTION
>>
What can be on hand?
Thanks for help
Henk Stijnen