|
-
Dec 3rd, 2006, 04:32 AM
#1
Thread Starter
Member
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
-
Dec 3rd, 2006, 04:56 AM
#2
Re: Microsoft.jet.oledb.4.0 it make me crazy!
This is how I connect to my databases (if it helps)
VB Code:
Dim cn As New ADODB.Connection
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & App.Path & "\DataBaseName.mdb"
-
Dec 3rd, 2006, 05:15 AM
#3
Thread Starter
Member
Re: Microsoft.jet.oledb.4.0 it make me crazy!
the same error and with this way.....
-
Dec 3rd, 2006, 08:31 AM
#4
Thread Starter
Member
Re: Microsoft.jet.oledb.4.0 it make me crazy!
-
Dec 3rd, 2006, 09:23 AM
#5
Re: Microsoft.jet.oledb.4.0 it make me crazy!
How about the latest MDAC.Try updating to it.
__________________
________________0îîî___
___îîî0________(___)____
__(___)_________) _/_____
___\_ (_________(_/______
____\_)_________________
-
Dec 3rd, 2006, 09:34 AM
#6
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
-
Dec 3rd, 2006, 12:38 PM
#7
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.
-
Dec 3rd, 2006, 01:21 PM
#8
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|