FireDAC.Phys.ADS.TFDADSRestoreOptions
Delphi
TFDADSRestoreOptions = set of TFDADSRestoreOption;
C++
typedef System::Set<TFDADSRestoreOption, TFDADSRestoreOption::roDontOverwrite, TFDADSRestoreOption::roForceArchiveExtract> TFDADSRestoreOptions;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp |
FireDAC.Phys.ADS | FireDAC.Phys.ADS |
Description
Specifies the type of the restore options.
TFDADSRestoreOptions can have one of the following values:
Value | Meaning |
---|---|
|
Use it if you do not want to overwrite the existing tables. Instead, a warning will be logged to Results. |
|
Use it if you only want to restore the data dictionary file. |
|
By default, the restore operation will log entries to the error log for information purposes. Use it if you want to supress the warning logging to Results. |
|
Use it to restore a database from a backup that was done using the |
|
Use it when restoring files using the ArchiveFile property. It controls the behavior when extracting a file from the archive that already exists on disk:
|