-
COM+ App
Hi All,
I'm new to COM+ so kindy bear with me.
Can I deploy more then one DLL into a COM+ Application?
Also can I have a data layer that has components that execute SPs and return recordset to the business layer?
And should I embed the connection string into the DLLs or use Obejct Constructor String?
Thanks.
-
Re: COM+ App
Just in case if the answers would help others. I found these going to other forums:
Can I deploy more then one DLL into a COM+ Application?
- Yes
Also can I have a data layer that has components that execute SPs and return recordset to the business layer?
- Yes
And should I embed the connection string into the DLLs or use Obejct Constructor String?
- I found out about .udl, I think UDL is better option.