G
Guest
I have set up one to many relationship between an order table (master/one)
and a order details table (slave/many) using the related field orderID .
This field is the primary key in the order table . I have set the enforce
referential integrity and the checkboxes for both cascade update and cascade
delete related feilds functionality . When I enter data into the related
feild orderID in the order table the order details field is not updated as I
would expect . However when I delete the data entered into this feild in the
order table ( I manually entered the same data into this feild in the order
details table) the data was also deleted from the order details table. I
concluded that the delete cascade function seem to work fine. So why does the
cascade update not work ?
and a order details table (slave/many) using the related field orderID .
This field is the primary key in the order table . I have set the enforce
referential integrity and the checkboxes for both cascade update and cascade
delete related feilds functionality . When I enter data into the related
feild orderID in the order table the order details field is not updated as I
would expect . However when I delete the data entered into this feild in the
order table ( I manually entered the same data into this feild in the order
details table) the data was also deleted from the order details table. I
concluded that the delete cascade function seem to work fine. So why does the
cascade update not work ?