Subject | Re: [firebird-support] Re: Clear database cache? |
---|---|
Author | Ann W. Harrison |
Post date | 2008-02-01T19:03:28Z |
Matthew Metlis wrote:
in the same transaction. On some operating systems it's possible
to delete a file that's in use by an application. The application
continues to run against the old file. When it closes and reopens
the file, there's a whole new world. I think that's what you're
seeing. You shouldn't have to close the application, but be
sure that all connections are closed.
Regards,
Ann
> I'll check to see if each step is done in its own transaction, orErr, if you're sure you're closing the connection, you can't be
> whether they are all in one transaction.
in the same transaction. On some operating systems it's possible
to delete a file that's in use by an application. The application
continues to run against the old file. When it closes and reopens
the file, there's a whole new world. I think that's what you're
seeing. You shouldn't have to close the application, but be
sure that all connections are closed.
Regards,
Ann