Subject Re: [firebird-support] Avoid error creating table by script
Author Ivan Prenosil
> Is there some way to check if a table already exists when creating
> a new table by a script.sql?

It rather depends on what script interpret you use.
Firebird server itself always executes only single commands,
not whole scripts.
E.g. if the script is run by standard ISQL, and the script
contains Create Table command for already existing table,
error message is printed, however the script continues ...

Ivan