On Sun, Jan 9, 2011 at 01:17, Takeshi Kabuto <takeshi.kab...@gmail.com> wrote:
>  FbRestore restore = new FbRestore();
>    restore.ConnectionString = conStr;
>    restore.BackupFiles.Add(new FbBackupFile(backupPath, 2048));
>    restore.PageSize = 4096;
>     restore.Options = FbRestoreFlags.Create | FbRestoreFlags.Replace;
>     restore.Execute();

What's the output? Isn't there some error? The FbRestore class has no
idea about what going on there.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to