Subject Re: [firebird-support] Re: How changes are written to disk
Author Dan Wilson
On 6/1/2004 at 3:20 PM kimon_the_athenian2 wrote:

> Thanks guys for so quick replies!
>
> Yes, I'm on Windows, I forgot to tell this before.
>
> Is ForcedWrites Off by default? I couldn't find the answer from
> firebird.conf.
>
> I haven't modified firebird.conf, is it correct to assume it's good
> enough for most uses like this?
>

I said in my earlier email that it is in the firebird.conf file, but that was incorrect. The forced-write setting is done on a database basis - use isql's "show database" command to see if your setting is on or off. You can change it by using the gfix command. (gfix -write sync).

Sorry for the confusion,

Dan.