Thankx Victoria,
Now the things are working perfectly fine..
query, mysql
> -Original Message-
> From: Victoria Reznichenko [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 7:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: delete rules in mysql
>
&
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/