|
AnyDAC
|
Specifies validate / repair options.
Use the Options property to specify additional options controlling the validate or repair task. The default value is empty set. The Options are used only by CheckOnly and Repair methods.
|
Option |
Description |
|
roValidateFull |
Check record and page structures, releasing unassigned record fragments. Corresponds to gfix -full. |
|
roValidatePages |
Locate and release pages that are allocated but unassigned to any data structures. Corresponds to gfix -validate. |
|
roMendRecords |
Mark corrupted records as unavailable, so subsequent operations skip them. Corresponds to gfix -mend. |
|
roIgnoreChecksum |
Ignore all checksum errors. Corresponds to gfix -ignore. |
|
roKillShadows |
Remove references to unavailable shadow files. Corresponds to gfix -kill. |
property Options: TIBRepairOptions;
|
What do you think about this topic? Send feedback!
|