Subject How to set forced writes?
Author tiago tecchio
Hello friends!

I'd like to know if is possible to set database parameter "Forced
Writes" programatically.

As I've read in IBO source:

{: Property to return or set the Forced Writes flag for a database.
<br><br>
Beware how this is used. If you set it to True or False instead of
Default, the
database will change to use that particular setting every time your
application
is subsequently run.
<br><br>
See IB documentation for more details.}

My question is if may I set it to True, database could be corrupted?
And about Jason last sentence, I couldn't find any IB documentation
about this,
so if someone out there knows something related, I really appreciate.

Thanx.