Re: How to On DELETE CASCADE

2002-07-04 Thread Egor Egorov
multivac, Thursday, July 04, 2002, 12:22:42 AM, you wrote: m> I'm quite new in MySQL and PHP, so I guess my question is stupide. Sorry m> for that but I really need the solution... m> I have 2 tables [skip] m> The primary Keys are ClientID on table Client and CommandID on table m> Command. m>

Re: How to On DELETE CASCADE

2002-07-03 Thread Bhavin Vyas
tivac" <[EMAIL PROTECTED]> To: "MySQL" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 2:22 PM Subject: How to On DELETE CASCADE > Hello, > > I'm quite new in MySQL and PHP, so I guess my question is stupide. Sorry > for that but I really need the

How to On DELETE CASCADE

2002-07-03 Thread multivac
Hello, I'm quite new in MySQL and PHP, so I guess my question is stupide. Sorry for that but I really need the solution... I have 2 tables table Client : --- |ClientID | ClientName| --- |1| Eric | |2| Mark | |3| Simon