ReservePageSpace property

Applies to
TIB_Connection

Declaration
Property ReservePageSpace : TIB_DPBFlag;

Description
Property to return or set the reserve page space flag for a database.

Beware how this is used because if you set it to True or False instead of Default then every time your application is run the database is changed to use that particular setting.

This property isn't intended to be changed while the database is connected. Rather, it should be set prior to the connection because it uses special codes in the request to connect to the database to make these changes.

See IB documentation for more details.