Sorry, I am not sure what you mean with output. conStr string contains 
the typical con string:

"Server=localhost;Port=3051;User=SYSDBA;Password=masterkey;Database=d:\databases\mydb.fdb"
The thing is that it works fine in my develop computer, but not in the 
production computer.

restore.Execute() does not throw any exception




On 09/01/2011 12:48, Jiri Cincura wrote:
> 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.
>


------------------------------------------------------------------------------
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