Subject | Re: [firebird-support] Deleting a database |
---|---|
Author | Aage Johansen |
Post date | 2005-09-22T20:10:22Z |
edmauro2 wrote:
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.
> I have the following problem:"database is closed" ?
>
> * 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?
>
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.