On Wed, Sep 15, 2010 at 11:51, Gareth <gee-...@hotmail.co.uk> wrote:
>
> If I use the option TransactionScope.Suppress in a nested transactionscope at
> present the provider seems to ignore this option and will not insert the
> first statement - an example.

> My understanding is that the first INSERT statement should be inserted, and
> the second two statements should not be inserted.  However at present NONE
> of the statements are being inserted.
>
> What do I have setup wrong or is this a bug.
>

IIRC the enlisting is done during connection opening. Hence the second
TS block is useless, because everything will be done inside the first
one as that's the only one that connection cares about.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to