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

    ActiveX component can't create object

    I am trying to connect to a database on a remote server using visual basic 6.0. I am using rdoenvironments(0) to get the handle to the environment which I am using to get a connection to the database. This code is working on my PC. However, it doesn't work on the user's PC and gives an error
    'ActiveX component can't create object'.
    Can someone help me to solve this problem?



  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: ActiveX component can't create object

    Does the client have the Active-X ADO 2.1 Library installed and registered?

    Sky1000


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