On 25/06/14 14:50, Jiri Cincura wrote:
> You need to use Verbose = true. :\
Ah yes, it throws a relevant exception now. Thanks.
Scott
--
Open source business process management suite built on Java and Eclipse
Turn proce
You need to use Verbose = true. :\
--
Jiri {x2} Cincura
http://blog.cincura.net/ | http://www.ID3renamer.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applica
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 thro