Guest_imported
New member
- Jan 1, 1970
- 0
I'm developing a client-side application that uses ADO to access a SQL Server 2000 database in a large network (lots of computers would have this app). I read that using MTS could speed up the average data access time, because MTS technology could pool the resources that those connections use together. I also read that COM+ encapsulates this technology.
How do I make a COM+ object that allows my client-side app to take advantage of this pooling, or, is this already done via ADO or otherwise? I understand the concept but not the implementation.
How do I make a COM+ object that allows my client-side app to take advantage of this pooling, or, is this already done via ADO or otherwise? I understand the concept but not the implementation.