Re: [ADVANCED-DOTNET] Transaction Enlistment

2002-05-03 Thread Craig Andera
> However, as systems get more and more complex, this is not > always possible, and a 'business tier' component may have to > call several other 'business components' (each of which call > several 'data tier' components) as well as several 'data > tier' components to complete its task. Hmm. If I

Re: [ADVANCED-DOTNET] Transaction Enlistment

2002-05-03 Thread Mark Plummer
>First of all, have you read Tim Ewald's book, "Transactional COM+"? >If not, stop, do not go further until you have. It will change the >way you do things. For one thing, Tim explains why having two >objects participate on the same transaction is inherently >antithetical to scalability. :) I hav