This topic is locked
[SOLVED]

 Master Detail Relationship

8/4/2011 11:38:08 PM
PHPRunner General questions
I
imthebest author

If we establish Master-Child relationship within two tables, then if user deletes a record from master table, then will the corresponding records in detail table be also deleted by phprunner?
For example, if we have Order Master amd Order Detail tables. We set-up master- child relationship using phprunner. Now if a user deletes a record from order master table then does phprunner automatically delete the corresponding records from order detail table as well?
Thanks.

C
cgphp 8/5/2011

NO, you have to delete the related records manually.