petersonfv
Programmer
Hello...
I hope you help me.
I have a dll installed at COM+ in a Windows2000 Server SP2.
The clients applications (written in vb6) have an application proxy that connects it.
This dll has several classes and functions. But, there is a simple function that has causing problems.
When it is executed, the component stay in memory and does not return. After, the others components does not work more in all clients, and I need to shutdown the Application Server.
This function call a simple update stored procedure in SQL Server 2000. I use ADO and Mdac 2.7.
The vb project has unattend execution and retained in memory options checked.
I thought that it is a thread problem.
What do you think?
I hope you help me.
I have a dll installed at COM+ in a Windows2000 Server SP2.
The clients applications (written in vb6) have an application proxy that connects it.
This dll has several classes and functions. But, there is a simple function that has causing problems.
When it is executed, the component stay in memory and does not return. After, the others components does not work more in all clients, and I need to shutdown the Application Server.
This function call a simple update stored procedure in SQL Server 2000. I use ADO and Mdac 2.7.
The vb project has unattend execution and retained in memory options checked.
I thought that it is a thread problem.
What do you think?