Subject | Re: Cannot drop table... |
---|---|
Author | ben_ata |
Post date | 2004-11-24T08:54:18Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
looking for FK references which weren't there :)
Thanks for your help.
Best regards
Thomas
wrote:
> >table,
> >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
> >but I have already dropped that as well.I finally found it: it was a VIEW on the table. I was constantly
> >
> >What am I missing here?
>
> 1. Use SHOW TRIGGERS to find all of the trigger dependences.
> 2. Use SHOW PROCEDURES to look for table references.
> 3. SHOW TABLES will show the FK and CHECK constraints.
looking for FK references which weren't there :)
> The lesson is: don't fiddle about with dependencies when users areI was the only one on the database...
> doing stuff.
Thanks for your help.
Best regards
Thomas