Subject | Re: [firebird-support] Forced write, page size and buffer size |
---|---|
Author | E. D. Epperson Jr |
Post date | 2014-08-20T14:14:44Z |
Thanks for the tip. I did take the default install and yes, FW is on.
On Wed, Aug 20, 2014 at 10:08 AM, Aldo Caruso aldo.caruso@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
You can check whether forced writes status is on or off submitting on a
FB console the following command
SHOW DATABASE
In order to set it on / off, you shoud run
gfix -user [user_name] -password [psw] -w [sync | async] [database_name]
Regards,
Aldo
--Dixon Epperson