[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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-310) FbScript and/or StringParser incorrect whitespace handling (FirebirdSql.Data.Isql namespace)

2010-04-13 Thread JIRA
FbScript and/or StringParser incorrect whitespace handling (FirebirdSql.Data.Isql namespace) Key: DNET-310 URL: http://tracker.firebirdsql.org/browse/DNET-310

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 =

Re: [Firebird-net-provider] FirebirdSql.Data.Isql and newlines

2010-04-13 Thread Gábor Török
On Thu, Mar 25, 2010 at 9:59 PM, Jiri Cincura disk...@cincura.net wrote: Probably yes. The parsing there is limited. Please create an item in tracker, I'll look at it. Thanks! I created a tracker item. I can look for a solution and provide a patch if you would like me to and if you decide

[Firebird-net-provider] Named transactions

2010-04-13 Thread Ivan Arabadzhiev
Hi, I just wanted to ask what`s the point (and possible use) of a named transaction. Actually, what I`m more interested in is if the provider has a way of starting concurrent transactions (last i checked it threw an exception). Will it handle them if I name them? -- Sanity is a sin!