Subject | Re: [firebird-support] Avoid error creating table by script |
---|---|
Author | Ivan Prenosil |
Post date | 2004-09-23T18:06:42Z |
> Is there some way to check if a table already exists when creatingIt rather depends on what script interpret you use.
> a new table by a script.sql?
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