vote up 0 vote down star

Hello,

I am working on Windows 2008 core R2 and 32 bit. While running application in which I am trying to connect to .mdb file by ADODB connection and using provider as 'Microsoft Jet Provider 4.0' . To get the connection done Msjetoldb40.dll is necessary. But it is not present in Windows 2008 core R2 and 32-bit ( which is of only command prompt).

Is there any reason that Microsoft has moved this dll from system32 folder.

flag
I don't believe that the Jet OLEDB DLL is part of the Windows OS Jet installation. Only the main Jet DLLs and DAO are included by default. If you have the Jet OLEDB DLL on another PC, it was put there by something other than Windows. Have you tried simply copying it and registering it? – David W. Fenton Oct 24 at 21:02
There are common problems with 64-bit servers not being able to find the Jet 4.0 OLE Provider (since MS never made a 64-bit version; see blog.crowe.co.nz/archive/2007/… for more info). But I dunno about Windows Server 2008 R2 32-bit... It should be there. – ewall Oct 26 at 21:04

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.