Subject | Re: [firebird-support] Activating Forced Write |
---|---|
Author | Claudio Romero |
Post date | 2010-09-30T23:59Z |
This setting is active immediatly
With flamerobin (Database Properties) or gfix
http://www.destructor.de/firebird/gfix.htm
Enable Forced Writes
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -write sync
Disable Forced Writes
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -write async
Regards
With flamerobin (Database Properties) or gfix
http://www.destructor.de/firebird/gfix.htm
Enable Forced Writes
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -write sync
Disable Forced Writes
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -write async
Regards