Subject | Re: [firebird-support] Database in use after disconnect and close |
---|---|
Author | John vd Waeter |
Post date | 2010-11-11T08:14:47Z |
> I am using delphi+fibplus component to create a firebird database during run time. After created the database, run script to create a single table and insert some records of data then disconnect and close it.Could it be that you have set the databasename at designtime (in
> After disconnect, I execute gfix command in my application to set the database mode to read only but system prompt for database in use.
objectinspector) and that delphi/fibplus have an open connection?
John