Help on enterprise services
-
hi, I have to implement transactions in my code, using enterprise services. I have no idea about it. Could anyone please tell me some links where i could know how to work with it? even sample codes would help Thank, Dee
I'm not experienced with enterprise services, but have you looked at System.Transactions namespace in the .NET 2.0 framework?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango
-
I'm not experienced with enterprise services, but have you looked at System.Transactions namespace in the .NET 2.0 framework?
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango
Enterprise services is simply another name for COM+/MTS. Basically this wraps all calls to objects within the COM+/MTS container in a transaction. So You write a DLL with a method (or several of course) and put it into COM+. All calls to the DLL will then be wrapped in a DB transaction. If you look on MSDN for Enterprise services you will find a lot of information on them. It is not really that complex from a development point of view, from what I remember you simply implement an interface or two.
MCSD(VB6/SQL7) MCAD(C#/SQL2000) MCSD(C#/SQL2000)