Any way to bypass Foreign Key Constraint
WilhelmSep 5 2007 — edited Sep 7 2007I am trying to delete a row from a table(parent table) which is being referenced by more than 30 tables. All the Foreign keys in these Child tables are created without ON DELETE CASCADE . So i get 'child record found' erro when i try to delete a row from the parent table. Is there a way to bypass this and Delete a record in the parent table?