Thu, 07 May 2009 15:09:31 +0300, Jiri Cincura <disk...@cincura.net>:

> 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 = 64,
>         Read = 128,
>         Write = 256,
>         LockRead = 512,
>         LockWrite = 1024,
>         ReadCommitted = 2048,
>         Autocommit = 4096,
>         RecVersion = 8192,
>         NoRecVersion = 16384,
>         RestartRequests = 32768,
>         NoAutoUndo = 65536
>
> And it's same names as Firebird server is using.
>

Yes, I do mean those, but for example "LockRead | Shared" throws an  
exception upon connect. If I use only "ReadCommited" it`s ok. Could you  
paste a link to some kind of documentation on those parameters (I did ask  
google, but all I found was a power point presentation, which didn`t seem  
"deep" enough) ?

-- 
Ние лудите сме на изчезване, трябва да се подкрепяме !

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to