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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top