Subject Re: [IBO] How to set forced writes?
Author Helen Borrie
At 09:36 PM 30/06/2008, you wrote:
>Hello friends!
>
>I'd like to know if is possible to set database parameter "Forced
>Writes" programatically.

No.


>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?

It won't have any effect. To a client connection it is a read-only property.

>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.

Well, I can confirm that it is a documentation error. ;-)

Helen