The FbTransactionOptions has no valid combinations. It's just a holder
for transaction params. Maybe you mean FbTransactionBehavior. There
you have
Consistency = 1,
Concurrency = 2,
Shared = 4,
Protected = 8,
Exclusive = 16,
Wait = 32,
NoWait
It`s not actually a provider issue but I was unable to find documentation
on the available valid combinations of options, and I can`t really find a
reason why firebird doeasn`t like my combinations... can anyone give a
hand or should I continue in (the not really successful) trial-and-error
On Thu, May 7, 2009 at 07:54, Mercea Paul wrote:
> with Fb provider!
> I'm worry if 'others' will install Fb provider in gac ...
If you build your application with specific version of provider, it's
not problem that in GAC is other version. You can have unlimited
number of FirebirdClient in GAC (