Subject Re: [firebird-support] Deleting a database
Author Aage Johansen
edmauro2 wrote:
> I have the following problem:
>
> * A temp database is created using embebeded Firebird.
> * Work is done and the database is closed
> * I try to erase the temp database but is reported that the file is
> being used. Only if the program is closed I can delete it using Explorer.
>
> How can I delete the database?
>


"database is closed" ?
After you _disconnect_ you should be able to delete the file
(database). However, the server might hang on to the database for a short
while in case a new connect is attempted.


--
Aage J.