![]() |
Sergey Kornilov admin 11/8/2005 |
You can put your code just after this snippet: LogInfo($strSQL); db_exec($strSQL,$conn);
db_exec("delete from Detailtablewhere ID=".$key,$conn);
|
A
|
andyjames 9/5/2006 |
Building on the excellent solution given above for deleting linked detail table records when a master table record is deleted, is it possible to integrate the the global Delete file when associated record is deleted option so that if one of the detail tables has a file download/upload field, that it automatically deletes the associated file from the Folder where file resides (upload directory)? |