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.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

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