Subject Re: [ib-support] How can I know that Forced writes on at RC2???
Author Paul Reeves
Helen Borrie wrote:
>
>
> You can use the command-line tool gstat to check whether Forced Writes
> is enabled.
>
> In the command shell, go to the ..\bin directory of your server
> installation and type
>
> gstat -header c:\data\mydb.gdb -user SYSDBA -password yourpwd
>
> If forced writes is enabled, the output will show it in the Attributes
> section, near the end.
>


You can also use the ISQL command-line tool. Connect to a database and type

show db;

and the forced writes status will be reported. (This is only from RC1
onwards.)


Paul
--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further