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

Thread: provider error

  1. #1
    Join Date
    Jun 1999
    Location
    NJ USA
    Posts
    3

    provider error

    I have an app that uses a Microsoft.Jet.OLEDB.3.51 provider. When I run the app on certain machines I get the following error: "ADO could not find the specified provider." (error 3706) I know that Microsoft.Jet.OLEDB.3.51 is installed on the machine because I downloaded it from Microsoft myself. Does anyone know why this is happening?
    Thanks

    Jose

  2. #2
    Join Date
    Sep 1999
    Posts
    15

    Re: provider error

    Register the dll you down loaded by using regsvr32.exe


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