CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Active X Dll

  1. #1
    Join Date
    Dec 1999
    Location
    IL,USA
    Posts
    1

    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


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured