How to define CASCADE DELETE and CASECADE UPDATE? I tried to use ON DELETE CASCADE ON UPDATE CASCADE after the foreign key constrain, but it doesn't work, I also tried some other format which I can imaging, but none of them works. Thanks. Clara
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
posted
0
Well, for a start, what database are you using? - Peter