MySQL Forums
Forum List  »  Triggers

Re: FORBIDE DELETE
Posted by: Peter Brawley
Date: April 26, 2006 08:01AM

The way to do that is to use the InnoDB engine and declare attributes.value_id a foreign key referencing integervalues.value_id. See http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
3064
April 26, 2006 05:44AM
Re: FORBIDE DELETE
1765
April 26, 2006 08:01AM
1879
April 27, 2006 01:29AM
1793
April 27, 2006 05:53AM
1817
April 27, 2006 11:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.