Chugh,
Thursday, August 29, 2002, 2:18:26 PM, you wrote:
CS> Can we use delete rules such as delete on cascade in MySQL
CS> or I will have ti handle this on the client side?
Yes, you can use ON DELETE CASCADE and ON DELETE SET NULL with InnoDB
tables:
http://www.mysql.com/doc/en/InnoDB_overview.html
ON DELETE CASCADE and ON DELETE SET NULL are supported since 3.23.50:
http://www.mysql.com/doc/en/SEC447.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php