| Author: Pascal 10 Jan 2009 | Member Level: Gold | Rating:  Points: 3 |
Requirement is not clear.. Usually when the parent is deleted, child should be deleted. Something like we have a parentTable and a childTable. ParentTable primary key is the foreign key in the childTable. So if we delete a record in the ParentTable then all its related records in the childTable should be deleted. To do so we use "Delete on cascade" option.
If i am wrong can you explain your requirement in detail?
|
| Author: karthick 10 Jan 2009 | Member Level: Silver | Rating:  Points: 1 |
your information is not understandable, give a proper info i ill help you out with this
|