Subject Re: [IBO] TIB_Connection.ForcedWrites and ReservePageSpace changed behind the scene
Author Thomas Steinmaurer
> I finally found a use case how ForcedWrites and ReservePageSpace might
> be changed behind the scene.
>
> - Drop a new TIB_Connection onto a form
> - ForcedWrites = dpbTrue and ReservePageSpace = dpbTrue

Ah sorry, per default dpbDefault of course.

Regards,
Thomas

> - Double-click the TIB_Connection component
> - Click the Connect to Database button
> - Go to the Characteristics tab
> - You will see the two check boxes for forced writes and reserve page
> space are checked now
> - If you now click Apply, both states are then reflected in the property
> editor.
>
>
> This might be the reason, why sometimes people report that they don't
> have any clue why this settings have been changed from dpbTrue to
> something else.
>
>
> Regards,
> Thomas
>