Results 1 to 8 of 8

Thread: Microsoft.jet.oledb.4.0 it make me crazy!

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2006
    Posts
    53

    Microsoft.jet.oledb.4.0 it make me crazy!

    hello to all,

    I m using WinXP pro SP2 and VB6 SP6

    i try to use Microsoft.jet.oledb.4.0 on my prog but i cant find it

    my provider list does not include Microsoft.jet.oledb.4.0



    i search my system for Msjet40.dll and i find it :

    in C:\WINDOWS\system32
    and

    in C:\WINDOWS\ServicePackFiles\i386

    i register both dlls with

    regsvr32 C:\WINDOWS\system32\msjet40.dll command

    but i steel cant use it on my prog....

    finaly i try to install latest service pack Jet 4.0 Service Pack 8

    and i take this message :



    any ideas????


    thanks

    Chrisad

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    This is how I connect to my databases (if it helps)

    VB Code:
    1. Dim cn As New ADODB.Connection
    2.  
    3. cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
    4.                  "Data Source=" & App.Path & "\DataBaseName.mdb"

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2006
    Posts
    53

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    the same error and with this way.....


  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2006
    Posts
    53

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    anybody?? ....... help!~

  5. #5
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    How about the latest MDAC.Try updating to it.
    __________________
    ________________0îîî___
    ___îîî0________(___)____
    __(___)_________) _/_____
    ___\_ (_________(_/______
    ____\_)_________________

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    Don't grab the latest.... it doesn' have the jet drivers....That maybe the problem. get MDAC2.6....

    -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??? *

  7. #7
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    msjetoledb40.dll is the Jet 4.0 OLEDB provider (msjet40.dll is the Jet Database Engine). Try registering msjetoledb40.dll.

  8. #8

    Thread Starter
    Member
    Join Date
    Sep 2006
    Posts
    53

    Re: Microsoft.jet.oledb.4.0 it make me crazy!

    i try MDAC 2.6.... but nothing ***/?!!

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