COM+ Transaction setting
I have a written a Data helper component in Visual Basic (activex dll)
and deployed in com+. The component has methods for data retrieval and insertion/updation. In every method i am using statements setcomplete and setabort.
I am intending to write a Business component which sits between data component and asp pages.
What is the Transaction setting suitable for the Data component and Business component.
Any suggestions please.
|