CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    42

    Beginners ActiveX problem.

    I have some ActiveX controls constructed using VB5. They use the Data Control to access a database.

    They are embedded in a web page and work fine on our Intranet because the databases are still local but they won't work accross the 'net because the controls cannot find the databases.

    Any help you can give will be a real lifesaver. Thank you for your time.

    SB


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Beginners ActiveX problem.

    IMHO you should change your design and do the database access from a server application using technologies such as Active Server Pages instead of trying to access the database from a Web browser.


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