Hi all, I have a parent table eg Department(DeptID,DeptName) and a childtable eg Employee(EmpId, EmpName,DeptID). Now my problem is, I want to delete a row in the child table if its corresponding foreign key(Dept ID) is deleted in the parent table. How do i implement it using Ibatis?
Please help me. Thank you. -- View this message in context: http://www.nabble.com/Deleting-a-row-in-the-childtable-tf2158879.html#a5964724 Sent from the iBATIS - User - Cs forum at Nabble.com.

