Count number of active transactions in COM+
Does anyone know how to write in VB6 to count the numbers of
active transactions held in COM+ server?
You will need to use COM+ Events and IComTransactionEvents: http://msdn.microsoft.com/library/?url=/library/en-us/cossdk/html/f28a0ef5-1c9a-4fdc-bb10-2c381f22f5e3.asp?frame=true
I don't have a VB6 sample cody, sorry. But it will be similar to calling any other COM component.