Microsoft Data Access Block for .NET under COM+ 1.5 ?

  • Thread starter Thread starter Kevin Jackson
  • Start date Start date
K

Kevin Jackson

Can you use the Microsoft Data Access Block for .NET under COM+. In other
words will it auto-enlist into COM+ transactions and all that jazz.

My assumption is it will and you should not use any of the overrides that
have the SqlTransaction parameter if you are using COM+ delcarative
transactions.

Anyone have any info or that can point to any info on using this block under
COM+

Thank you
 
Hi Kevin,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know if we can use the
Microsoft Data Access Block for .NET under COM+. And you assumes that we
should not use any of the overrides that have the SqlTransaction parameter
if we are using COM+ delcarative transactions. If there is any
misunderstanding, please feel free to let me know.

As far as I know, we can use the Data Access Block for .NET under COM+.
Also, we can use the SqlTransactions within the COM+ delcarative
transactions. Actually, COM+ transaction is designed to correspond these
database transactions.

For more information about how to create a serviced .NET component in
Visual C# .NET, please check the following link:

http://support.microsoft.com/?id=306296

HTH. If anything is unclear, please feel free to reply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hi Kevin,

I'd like to know if this issue has been resolved yet. Is there anything
that I can help. I'm still monitoring on it. If you have any questions,
please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top