TValidateOption and TValidateOptions indicate what operations the validation service should perform when restoring a database.
TValidateOptions = set of TValidateOption;
TValidateOption TValidateOptions;
TValidateOptions is a set of TValidateOption values. The following table lists the possible values:
LimboTransactions |
Return a list of limbo transactions |
CheckDB |
Validate the database, but don't repair it. Used in conjunction with ValidateDB. |
IgnoreChecksum |
Ignore all checksum errors |
KillShadows |
Kill all unavailable shadow files |
MendDB |
Prepare a corrupt database for backup |
SweepDB |
Perform a database sweep |
ValidateDB |
Validate the database structure |
ValidateFull |
Validate record fragments |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|