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

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to