Subject | Re: [firebird-support] FB 1.5 Forcing Forced Writes |
---|---|
Author | Helen Borrie |
Post date | 2003-11-11T22:51:45Z |
At 08:38 PM 11/11/2003 +0000, you wrote:
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.
>How do I force FB 1.5 to be forced writes? Currently I am using theThe tool for changing it is gfix:
>embedded version but would like notes on how to implement this for
>all versions.
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.