Re: [nhusers] Flush() inside active Transaction

2010-09-14 Thread Diego Mijelshon
You can't use a Session to handle this scenario as-is. You'll have to go lower-level. Diego On Tue, Sep 14, 2010 at 14:47, Corey Coogan wrote: > I have a scenario that I commonly run into. It's simple to do with a > standard ADO Transaction, but not so much with NH (that I know of). > > I

[nhusers] Flush() inside active Transaction

2010-09-14 Thread Corey Coogan
I have a scenario that I commonly run into. It's simple to do with a standard ADO Transaction, but not so much with NH (that I know of). I have 2 tables to update. The first contains profile information (Profile) and the other (Work) contains records changes that need to be made and the status o