Subject Re: [firebird-support] Re: DB modified date is over a month old, but Forced Writes are ON??
Author Ann Harrison
On Thu, Jun 9, 2011 at 11:00 AM, Raymond <rschappe@...> wrote:
>
>
>> FWIW, my Windows does.
>> Just checked FB-Databases on 2003Server. Stamp updates frequently.
>>

The behavior may be different for classic and superserver. I suspect
the Modified
Date increases each time a client disconnects in classic, but only
when all connections
end and the file is closed in SuperServer.

>
>
> That is odd as I am also running 2003 Server.
>
> What is __more odd__ is that I ran
>
> gfix -sh -tr 60 dbname
> gfix -sh -force 60 dbname
>
> and the date/time modified Still did not change!!!

Shutting down restricts access to the database, but doesn't necessarily
close the file.

Good luck,

Ann