RE: Creating and dropping foreign key constraints

2001-06-27 Thread Chris Bolt
MySQL doesn't support foreign keys. Did you bother checking the manual? http://www.mysql.com/doc/M/i/Missing_Foreign_Keys.html > Hello > > Does mysql support creating and dropping of foreign key constraints? > i tried it.While creating foreign key constraints it doesn't dive > any error > but wh

Creating and dropping foreign key constraints

2001-06-27 Thread Divakar
Hello Does mysql support creating and dropping of foreign key constraints? i tried it.While creating foreign key constraints it doesn't dive any error but while dropping i do get some syntax errors. what is the reason? any suggetions? regards Div --