E
Emma Aumack
I have two tables with a one-to-many relationship. Referential integrity is
enforced. Cascade delete is disabled (I cannot enable it); however, when a
record is deleted on the one side, I need to have the related records on the
many side deleted. I have already cleaned both tables so that if there is a
record on the many side, there is also a matching record on the one side.
Can I do it? How?
Please help. Thank you.
enforced. Cascade delete is disabled (I cannot enable it); however, when a
record is deleted on the one side, I need to have the related records on the
many side deleted. I have already cleaned both tables so that if there is a
record on the many side, there is also a matching record on the one side.
Can I do it? How?
Please help. Thank you.