View Single Post
  #1 (permalink)  
Old 05-11-09, 05:29
kfc@vd.dk kfc@vd.dk is offline
Registered User
 
Join Date: Jun 2003
Posts: 80
Delete-triggers that works both ways

I have two tables which are dependant on each other. If I delete one record in table A, I also want to delete the corresponding record in table B and vice versa.

When I make triggers for that intention, they (of course) mutates.

How do I get my wish to come through?
Reply With Quote