Results 1 to 3 of 3

Thread: problem in running database exe file

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    1

    problem in running database exe file

    i am using vb6.i have made a databse programming using ms access .i use ole db provider for connection.problem is that it runs in my pc but doesnot run in other pc who doesnot have vb installed.it gives error "block variable not set ".when i used package manager and made a set up file.it also didnot run in other pc .it says updating ur system and plz restrt it.
    plz help me in rectifying this problem.

  2. #2
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: problem in running database exe file

    I'm not familiar with package manager but this sounds like some of your references are missing. In your project, make a note of all the references you've used, makeing a note of the actual dll's they refer to (it appears at the bottom of the window when you select the reference) and make sure those dlls exist and are registered on the system you're trying to run it on.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: problem in running database exe file

    Welcome to VBForums

    It sounds like your problem is just with installation.

    One thing you may not realise is that MDAC (which includes OLE DB providers etc) should be installed, there is a link in my signature to the download - note that on Windows XP and Vista, it will be installed already.


    On its own, that probably wont solve your issues.. what packaging tool are you using? (Package & Deployment Wizard?)

    What version of Windows are you using (the computer with VB), and which version of Windows are you installing to?

    Have you checked that the only things ticked in References/Components are the things you actually need? (you will not be able to untick ones that you need)

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