Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRDatabase.Restore
TACRDatabase
Top 

Extracts database file from the backup file.

procedure Restore(const BackupFileName: String);

Description
Call Restore to extract database file from the backup file.
BackupFileName is a name of the backup file for extracting the database file.
Restore can be used only with local database.
Use BackupParams property to set the encryption settings if backup file is encrypted.

You can get information about the backup file by calling GetBackupInfo.
Call IsAccuracerBackupFile method to learn if the file is a backup file of Accuracer database.
Call IsAccuracerBackupFileCryptoParamsValid to check if the backup BackupParams.CryptoParams are valid for the backup file.
You can use Backup method to create new backup file.



© AidAim Software Accuracer: