Subject Re: [firebird-support] How to check whether a table exists or not?
Author Car Toper
2009/5/6 Dimitry Sibiryakov <sd@...>:
>> 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?
>
>   Use DROP command. If table does not exist, it will have no effect.

Well, I am currenting using IBConsole (is there a better option?) and
it complains on every drop for which there is no table/contsraint.