Subject Re: [firebird-support] Manual Deletion Question
Author Mark Rotteveel
On 10-8-2013 00:27, John W. (Jack) Cane wrote:
> During development, we generate a number of empty databases with the same file name, each to replace the previous version.
>
> Question: Is it required, or desirable, manually to delete an existing, empty FB table prior to generating a new one with the same file name and location (path)?

You need to DROP the database (which deletes it) or manually delete the
database (BTW: I assume you mean database, not table, as you are talking
about files). Otherwise you'll receive an error on creating a database
that already exists.

Mark
--
Mark Rotteveel