Subject | Cannot drop table... |
---|---|
Author | ben_ata |
Post date | 2004-11-23T23:55:58Z |
Hello when I try to drop a test table, I get the following error message:
-cannot delete
-TABLE PERSON
-there are 1 dependencies
How do I find out which dependency that is?
I did a SHOW TABLE PERSON; but this didn't reveal anything (simply
showed the table structure). I had a trigger attached to that table,
but I have already dropped that as well.
What am I missing here?
Thanks in advance
Thomas
-cannot delete
-TABLE PERSON
-there are 1 dependencies
How do I find out which dependency that is?
I did a SHOW TABLE PERSON; but this didn't reveal anything (simply
showed the table structure). I had a trigger attached to that table,
but I have already dropped that as well.
What am I missing here?
Thanks in advance
Thomas