CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2003
    Posts
    417

    Data Access Components problem

    My app has been running successfully on the clients and everywhere in the world (that matters to me). Today, I noticed on one system in our conference room that the OLEDB file msjetoledb40.dll for jet database access would not register. Regsvr32 said,

    Code:
    Could not find the specified module.
    I tried re-installing Enterprise Edition of Visual Studio but to no avail. Finally I re-installed MSDAC. Then I noticed that all the OLEDB dlls were (guessing) corrupt on the system. So I thought if SP4 could solve the problem. Would it? What do you suggest?

  2. #2
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792
    If you're running mdac 2.6 or above, then jet has to be installed seperately.
    Be nice to Harley riders...

  3. #3
    Join Date
    Feb 2003
    Posts
    417
    I don't get it. How do I install Jet seperately?

  4. #4
    Join Date
    May 2002
    Location
    Montreal
    Posts
    450
    You can download the component from www.microsoft.com/data

    MDAC 2.6 and later no longer include the Jet 4.0 components. You can download it as a separate install.
    Cheers,
    Laurent

    For an aviator, the three best things in life are a good landing, a good orgasm, and a good sh*t. A night carrier landing is one of the few opportunities to experience all three at the same time.

  5. #5
    Join Date
    Feb 2003
    Posts
    417
    Thanks, guys.

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