K
KK
Hi,
I am using COM+ components for executing SQL stored procs. These
VB.dlls are called by ASP pages.
I can see the status of each object in the status view COM+
I am generating Excel reports by using pre-defined templates, with the
help of COM+ for executing stored procs.
But I am surprised to see the status of a component running with more
call_time even though I stopped the execution of a report in the middle
of execution by clicking stop in the IE browser, closed the IE browser.
The object has not been released in COM+ application. It continued to
execute the timeconsuming SQL query and the call_time value is
increasing...
How to kill the object instance as soon as the client (IE) stopped or
closed?
Please assist.
Regards.
I am using COM+ components for executing SQL stored procs. These
VB.dlls are called by ASP pages.
I can see the status of each object in the status view COM+
I am generating Excel reports by using pre-defined templates, with the
help of COM+ for executing stored procs.
But I am surprised to see the status of a component running with more
call_time even though I stopped the execution of a report in the middle
of execution by clicking stop in the IE browser, closed the IE browser.
The object has not been released in COM+ application. It continued to
execute the timeconsuming SQL query and the call_time value is
increasing...
How to kill the object instance as soon as the client (IE) stopped or
closed?
Please assist.
Regards.