Subject | Re: [firebird-support] Drop a table and ignore errors |
---|---|
Author | Ivan Prenosil |
Post date | 2005-08-29T17:28:50Z |
>I have a script that tries to drop a table that may not exist and ISince you did not mentioned the tool you are using for executing the script,
> want to ignore the resulting error. begin end blocks and if statement
> don't seem to be allowed outside procedures and triggers. Any other
> way this can be done ?
I expect it is standard isql. In that case you do not need to do anything -
even if the error occur, the script will continue.
Ivan