Hi, all
I want to know if I can use Data Access Application block ini COM+. How can I do this? Is as simple as derived the class from EnterpriseServices and asigne it attributes
Thanks a lot!

Re: Data Access Application block and COM+ by Sanjeeva

Sanjeeva
Wed Jun 02 04:09:20 CDT 2004

Derive the COM + component from ServicedComponent and Create a data Access
component which will be using the Data Access App Block. This Data Access
component is instantiated from the COM+ component..

--
Regards,
Sanjeeva
Proteans Software Solutions


"otto" <anonymous@discussions.microsoft.com> wrote in message
news:D3345F03-9A66-43FC-9DCF-15809DABFCD5@microsoft.com...
> Hi, all:
> I want to know if I can use Data Access Application block ini COM+. How
can I do this? Is as simple as derived the class from EnterpriseServices and
asigne it attributes?
> Thanks a lot!



Re: Data Access Application block and COM+ by anonymous

anonymous
Wed Jun 02 05:46:03 CDT 2004

Hi, Sanjeeva
so I don´t have to change nothing in Data Access Application Block code, isn´t it? I have to create my custom class, derive it from EnterpriseComponent, make calls to DAAB and that´s all. Is this correct
Thanks a lot !!

Re: Data Access Application block and COM+ by Sanjeeva

Sanjeeva
Fri Jun 04 04:23:38 CDT 2004

yeah.. that should typically work..

--
Regards,
Sanjeeva
Proteans Software Solutions

"otto" <anonymous@discussions.microsoft.com> wrote in message
news:2CF3AE0D-AA10-4537-AA3E-A700F9AB753B@microsoft.com...
> Hi, Sanjeeva:
> so I don´t have to change nothing in Data Access Application Block code,
isn´t it? I have to create my custom class, derive it from
EnterpriseComponent, make calls to DAAB and that´s all. Is this correct?
> Thanks a lot !!