use a single nh transaction, when you need to use ado command use

nhTransaction.Enlist(adoCommand);

(to have a reference to the nhTransaction you can get it by the
session with  nhSession.Transaction)

at the end of your request if no errors happen you commit with the nh
transaction your ado commands and the commands generated by
nhibernate.
you don't need to use transactionScope

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to