Delete all

November 9, 2006 by Carl Grint
You would simply need to add in additional Delete's to delete from your tables holding the Articles and Comments with the same Topic ID, assuming that is the way you are linking them all together.

You will not really be able to do that with the inbuilt Delete behaviour, better to use a Command Delete option ( I assume the PHP version has that, afraid I work in ASP), which runs through each delete 1 at a time, delete from each table.