-
Active X Dll
we have an Active X Dll which has a class file and it is for connecting to the Database . We have a client prog whihc connects to this dll and it sets the connect string using a method and then connects to the databse using another Method.
But we are able set the string but when the control returns to the client the class object gets terminated .
We have MTS 2.0 and vb6.
Do let me know any suggestions .
thanks
ravi
-
Re: Active X Dll
Are you sure you're accessing an existing object and that the call isn't creating a new object on the fly, modifying it, and then deleting the new modified version from memory? We had this problem connecting an ActiveX control to a DLL.