Subject Re: [firebird-support] Re: Checking forced writes state
Author Ann W. Harrison
mikcaau wrote:
>>
>>Can i check or set "forced writes" throught my application ?
>>
>
> Of course you can, it is simple.
> YOur application open firebird.conf sets forced write to what ever it
> wants and saves it. Then your application causes Firebird to restart.
>

Well, that's a direct - not to say crude - method. A better
way is to use the services API, or the dpb option in the
isc_attach_database call to set the parameter and the
isc_database_info call to check it. Check the code in
isql for examples.


Regards,


Ann