Hi ,
I have used inbuilt ds (serverType="sql") to fetch the data from the table , now while trying to delete any row if there is not foreign key data present for that record , then it gets deleted else throws error
Cannot delete or update a parent row: a foreign key constraint fails
Any idea of how can we implement cascading in ds.xml based on operation type?
I have used inbuilt ds (serverType="sql") to fetch the data from the table , now while trying to delete any row if there is not foreign key data present for that record , then it gets deleted else throws error
Cannot delete or update a parent row: a foreign key constraint fails
Any idea of how can we implement cascading in ds.xml based on operation type?
Comment