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

Thread: Database

  1. #1
    Join Date
    Feb 2000
    Posts
    6

    Database

    I tested my program on a different machine from the one im using to write my program and when i tried to use the database functions of my program it said "Active X Cannot create Object" how can i fix this?
    thanks in advance!!


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Database

    May be the database drives are not avilable on that machine.

    Best is to create an installation package and install it on the target/testing machine.

    For installation you can use the Setup Wizard that comes with VB. For most part it does a decent job!

    RK

  3. #3
    Join Date
    Feb 2000
    Posts
    6

    Re: Database

    i see, i use installshield express is it possible to add them into that program?? do you happen to know what i neesd to include?
    Thanks!!


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