[Firebird-net-provider] FbBackup v 1.7 code

2010-04-13 Thread nanali
Hi, I would like to embed Backup and Restore functionality in my app. I found an older 1.7 snippet. But this one does not work.. using FirebirdSql.Data.FirebirdClient; using FirebirdSql.Data.Isql; FbBackup backupSvc = new FbBackup(); THE type or namespace could not be found ...

Re: [Firebird-net-provider] FbBackup v 1.7 code

2010-04-13 Thread Ivan Arabadzhiev
Hi, First of all - http://sourceforge.net/projects/firebird/files/firebird-net-provider/1.7.2/FirebirdNETProvider-1.7.2-Doc.7z/download is about as latest as documentation gets, there was a site with examples but I can`t seem to find it atm; Second, The FbBackup seems to be part of

Re: [Firebird-net-provider] FbBackup v 1.7 code

2010-04-13 Thread nanali
Thanks !! Ivan, FirebirdSql.Data.Services is what I a looking for. So this snippet seems to work .. (compiles) have to test it more,though. private void barButtonBackup_ItemClick(object sender, ItemClickEventArgs e) { string connectionString =