Re: [Firebird-net-provider] Restore problem

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: > I am getting following Exception "FirebirdSql.Data.Common.IscException". > What is the problem with the Code. > > I am using Firebrid 2.0.3 and .NET Provider Version 2.1.0 > Please could yoy send the exception details ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://c

[Firebird-net-provider] Restore problem

2007-12-23 Thread Database Team
Hello, I using following Code to restore the DataBack back up file. FbBackupFile restorefile = new FbBackupFile(@"c:\kixzofdb\myback.fbk",2048); FbRestore fbrestore = new FbRestore(); fbrestore.BackupFiles.Add(restorefile); fbrestore.ConnectionString = @"DATABASE=C:\kixzofdb\testingBackup.FDB; Us