charon
05-06-2003, 09:26 AM
I have been spending so much time to find out what is going wrong with the my OLEDB database connection:When i'm trying to use OLEDB provider for access ((objDC.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DataPath & ";uid=;pwd=1234") ), below problem occur:
Error Type:
Microsoft JET Database Engine (0x80004005)
Could not find installable ISAM.
I'm using win2k
1.) I have already checked my pc to confirm there has MDAC component. It has -> msrd3x40.dll in the C:\\Winnt\system32
2.)I have alreday tried to re register again the dll (Regsvr32 c:\winnt\system32\msexcl40.dll)file, but still face the same problem
3.) I try to installed service pack3, result in three msrd3x40.dll files, but failed to connect
4.) Try to use data link -> seems like can work, but have problem
Error Type:
Microsoft OLE DB Service Components (0x80030005)
Access Denied.
I hv already tried all the access permission, none is succeed
pls advice!
Error Type:
Microsoft JET Database Engine (0x80004005)
Could not find installable ISAM.
I'm using win2k
1.) I have already checked my pc to confirm there has MDAC component. It has -> msrd3x40.dll in the C:\\Winnt\system32
2.)I have alreday tried to re register again the dll (Regsvr32 c:\winnt\system32\msexcl40.dll)file, but still face the same problem
3.) I try to installed service pack3, result in three msrd3x40.dll files, but failed to connect
4.) Try to use data link -> seems like can work, but have problem
Error Type:
Microsoft OLE DB Service Components (0x80030005)
Access Denied.
I hv already tried all the access permission, none is succeed
pls advice!