Subject Re: [firebird-support] Forced write, page size and buffer size
Author Aldo Caruso
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