hello guys,
Scenario::
I have one parent Task P1 which has children C1 and C2. Now C1 has two more childres C1G1 and C1G2.
If i delete P1, I should be able to delete C1 and C2 and also children of C1 - C1G1 and C1G2.
How can I manage this in Java. Right now I ask the user to delete the subtasks before deletign the parent task.
I have a table where in I have a parent Id for each chuld in one table, another table has other details of all the tasks.
Can somebody help please !!!!
Thanking you in advance
Scenario::
I have one parent Task P1 which has children C1 and C2. Now C1 has two more childres C1G1 and C1G2.
If i delete P1, I should be able to delete C1 and C2 and also children of C1 - C1G1 and C1G2.
How can I manage this in Java. Right now I ask the user to delete the subtasks before deletign the parent task.
I have a table where in I have a parent Id for each chuld in one table, another table has other details of all the tasks.
Can somebody help please !!!!
Thanking you in advance