RAD Studio VCL Reference
|
Returns whether or not space is reserved on each database page for holding backup versions of modified records.
property NoReserve: Long;
__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!
|