Subject Re: [firebird-support] FB 1.5 Forcing Forced Writes
Author Helen Borrie
At 08:38 PM 11/11/2003 +0000, you wrote:
>How do I force FB 1.5 to be forced writes? Currently I am using the
>embedded version but would like notes on how to implement this for
>all versions.

The tool for changing it is gfix:

gfix -w sync /path/to/database/db.fdb -user blah -password whatever
gfix -w async /path/to/database/db.fdb -user blah -password whatever

-sync = FW ON
-async = FW OFF

h.