why am I unable to create an FK constraint that cascades deletes?
I just get this message
I have a homeadd table, it is a 1-1 relationship.
If I delete from contacts I want it to delete the HomeAdd record also.
Yes the link bewteen the two is from Contacts PK to the HomeAdd FK.
So what's the problem?
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music Downloads
I just get this message
Could not create constraint. See previous errors. Cascading foreign key 'Fk_Contacts' cannot be created where the referencing column 'Contacts.ContactID' is an identity column
I have a homeadd table, it is a 1-1 relationship.
If I delete from contacts I want it to delete the HomeAdd record also.
Yes the link bewteen the two is from Contacts PK to the HomeAdd FK.
So what's the problem?
Thanks,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music Downloads