RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.NoReserve Property

Returns whether or not space is reserved on each database page for holding backup versions of modified records.

Pascal
property NoReserve: Long;
C++
__property Long NoReserve;

Use NoReserve to return whether or not space is reserved on each database page for holding backup versions of modified records. NoReserve will return 0 to indicate that space is reserved (the default) or 1 to indicate that no space is reserved. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!