T
TheNortonZ
I have a parent table setup with a foreign key relationship to my child
table. In the relationship, I have selected to have cascaded deletes with
the child table.
In my dataset, I delete the parent row but do nothing to set the status of
the child rows.
I can see that my cascaded delete does not work. What is the correct way to
get this to work with datasets? Should the records to be deleted by marked
as deleted? Should I still have to perform an .Update for this table but
maybe without a real delete command?
Thanks.
Norton
table. In the relationship, I have selected to have cascaded deletes with
the child table.
In my dataset, I delete the parent row but do nothing to set the status of
the child rows.
I can see that my cascaded delete does not work. What is the correct way to
get this to work with datasets? Should the records to be deleted by marked
as deleted? Should I still have to perform an .Update for this table but
maybe without a real delete command?
Thanks.
Norton