Talk:FireDAC.Phys.IBBase.TFDIBRestore

From RAD Studio API Documentation
Jump to: navigation, search

Corrections to information on Talk:FireDAC.Phys.IBBase.TFDIBRestore:

  1. Although counter-intuitive "Database" is the source file, i.e. the backup file from which data will be restored.
  2. Also counter-intuitive, "BackupFiles" is the destination file, i.e. the database file to which data will be restored.

Therefore, the example needs to be corrected to:

FDIBRestore1.Database := 'e:\fb\addemo.backup';
FDIBRestore1.BackupFiles.Text := 'e:\fb\addemo.fdb';