Results 1 to 4 of 4

Thread: Error

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Error

    Hello,

    I keep getting this error when I try to run the app can anyone help me solve this please?

    Name:  img.PNG
Views: 195
Size:  54.0 KB
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  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,902

    Re: Error

    That provider is typically installed with Access although it comes with Excel as well. Have you installed them on your machine?

    If you have then the problem could also be with the "bitness". If you try to use the 64 bit version on a 32 bit machine or vice versa you get that error.
    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
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,543

    Re: Error

    1) are you running this on a 64-bit OS?
    2) If so, what is the platform setting "x86" or "64-bit" or "Any CPU"? If it is anything but, change it to "x86" see if that clears up the problem.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,543

    Re: Error

    Quote Originally Posted by FunkyDexter View Post
    That provider is typically installed with Access although it comes with Excel as well. Have you installed them on your machine?

    If you have then the problem could also be with the "bitness". If you try to use the 64 bit version on a 32 bit machine or vice versa you get that error.
    If I remember right, the problem is that there is no 64-bit version... so if you are set to run in "Any CPU" and run it on a 64-bit OS, it will try to find the 64-bit version of the provider, which doesn't exist, and so the error. Changing it to "x86" forces the app into 32-bit mode, which will then correctly find the 32-bit version of the provider and all should be well. At least that's how I remember it being described.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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