Results 1 to 12 of 12

Thread: visual baic database connect error

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    visual baic database connect error

    hai everybody,

    i have just finished my academic project in vb6
    i hav given the project a ms acsess database connectivity,
    it runs good on my system where vb is installed but i am finding it very difficult to run it on my seniors pc where visual basic is not installed
    before i start the program there is some file missing error

    i suspect some runtime files are not registered , but i do not know how to register them

    please help me
    Last edited by cycleinmars; Feb 9th, 2010 at 01:11 PM. Reason: jst added visual basic version

  2. #2

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    Re: visual baic database connect error

    i have just created an .exe application out of it

    will that be not sufficient
    much
    ca you please send the link for the article
    mean while i will also search for the article

    thanks very much

  4. #4
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: visual baic database connect error

    Not sure what link you're looking for...
    Just go to Start>Programs>VB6 (or whatever it's called) find Package & Deployment Wizard and run it - it simple to use so just follow on screen instructions.
    When you done send the Setup (there will be exe, lst and folder with all support files) to your clients.

  5. #5

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    Re: visual baic database connect error

    thanks for the reply
    i will test that and come back to you

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: visual baic database connect error

    Quote Originally Posted by cycleinmars View Post
    i have just created an .exe application out of it

    will that be not sufficient
    No, that is not sufficient. You can not just copy a .exe file from one machine to another if the target machine does not have VB installed.

    You must create a formal installation and setup package, and pass the resulting Setup.exe file to the target machine.

    Using The Package And Deployment Wizard

  7. #7

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    Re: visual baic database connect error

    will all the necessary refernces be copied in that

    i want the programm to run on any windows xp based system without vb being installed
    thanks for your answer

  8. #8
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: visual baic database connect error

    That is what RB and Hack said.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  9. #9

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    Re: visual baic database connect error

    will all the necessary refernces be copied in that

    i want the programm to run on any windows xp based system without vb being installed
    thanks for your answer

  10. #10
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: visual baic database connect error

    Yes all things necessary for the application to run will be added to the install package (things you reference). If you have an MDB file (MS Access database) that is used you will need to add that to the files (references) list manually.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  11. #11

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    Re: visual baic database connect error

    thanks hack, gary and rhino

    i guess my problem is resolved

  12. #12

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