Transactions With .NET Assemblies (SharedComponent)

  • Thread starter Thread starter Michael Mukalian
  • Start date Start date
M

Michael Mukalian

In my searches to find out as much information I could about
SharedComponents and how they can be used to control Transactions, all
examples of this seem to only show a 2-tiered model.

The application architecture I have for my project is actually 3: a
business layer, another "business + data access" layer that groups
"primitive" data access calls, and the data access layer that holds
primitive access to the data base (functions like 'runSP()',
'getDataSet()', etc).

Does anyone have examples of using SharedComponents across multiple
(more than 2) objects? And how it keeps the Transaction state?

Thanks!

-Michael
 
Back
Top