From: Scott M. <bl...@bl...> - 2014-06-25 13:04:51
|
How do you determine if a backup or restore has succeeded? e.g. (trying to restore from non-existent file) var restore = new FbRestore(); ... set ConnectionString etc... restore.BackupFiles.Add( new FbBackupFile("C:\I\Do\Not\Exist.fbk", null) ); ... restore.Execute(); Runs without throwing an exception and Execute doesn't return any value to check. Scott |