Subject | Re: [firebird-support] How to check whether a table exists or not? |
---|---|
Author | Car Toper |
Post date | 2009-05-06T20:49:38Z |
2009/5/6 Dimitry Sibiryakov <sd@...>:
it complains on every drop for which there is no table/contsraint.
>> I am putting together my first database script for Interbase 7.5. Since I am still in development, I would like the script to first delete the tables and named contraints IF they exist. How might I do that?Well, I am currenting using IBConsole (is there a better option?) and
>
> Use DROP command. If table does not exist, it will have no effect.
it complains on every drop for which there is no table/contsraint.