Data Access Application block and COM+

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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 said:
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?
 
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 !!
 
yeah.. that should typically work..

--
Regards,
Sanjeeva
Proteans Software Solutions

otto said:
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?
 
Back
Top