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!
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
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
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
FbScript and/or StringParser incorrect whitespace handling
(FirebirdSql.Data.Isql namespace)
Key: DNET-310
URL: http://tracker.firebirdsql.org/browse/DNET-310
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
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 ...
=