PurpleUnicorn
Programmer
I have a database with a table "PART" that is related (referential integrity enforced and set to cascade updates) to 3 other detail tables. The primary key of PART consists of multiple fields.
The client just noticed that some changes he made to the primary table did not update in the related tables. When I looked at their data, I found that 2 of the relationships no longer existed.
How is it possible for relationships to disappear? The client is certain that nobody manually removed them.
Thanks!
The client just noticed that some changes he made to the primary table did not update in the related tables. When I looked at their data, I found that 2 of the relationships no longer existed.
How is it possible for relationships to disappear? The client is certain that nobody manually removed them.
Thanks!