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

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

2010-04-13 Thread Jiri Cincura
2010/4/13 Gábor Török : > I can look for a solution and provide a > patch if you would like me to and if you decide whether to collapse > whitespace in FbScript.Parse() or extend StringParser to support > multiple separators. Sure. Every help counts. -- Jiri {x2} Cincura (CTO x2develop.com) http

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 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 whether to collapse whi

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 = Properties.Settings.Default.Bi

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

[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 ... =