CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    26

    runtime error 3706

    I am distributing my VB 6 application. On target machine I installed MDAC 2.6 from microsoft site and restarted the pc. Then i installed my application. (It uses AD0 and Jet 4.0 to connect to Access 2000 database. Target OS is Windows 95.) i restarted the pc after installation. Now when i try to run the application i get runtime error 3706 (Provider could not be found.)

    i also registered msdasql.dll using regsvr32 command. it registered dll successfully still problem persists.

    Please help.


  2. #2
    Join Date
    Jan 2000
    Posts
    264

    Re: runtime error 3706

    Hi,

    You might want to refer to the following article.

    http://support.microsoft.com/support.../Q197/9/02.ASP

    Greg


  3. #3
    Join Date
    Nov 2005
    Posts
    2

    Re: runtime error 3706

    hey i have received all types of bull ****.
    the error 3706 is due to the absence of the dll file MSJTOR35.
    just register the dll file using regsvr32 in the command prompt and run your appplication.
    if u have any more doubts pleas contact me at
    [email protected]

    love
    Ajay.N.Moorthy

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