Hi,

I need to write a COM that will do some data transfer from one server to the other. This COM will run on MTS.

As advised from M$, it is better to use Client-Side recordset, and make the connection duration as short as possible.

My problem is that, I must use Server-side recordset and also the process may lasts for over one hour.

Since there are many other apps that have COM running on that MTS too, will this be a great performance impact to other apps?

Thx