PDA

View Full Version : Microsoft JET Database Engine error


charon
04-26-2003, 08:34 AM
hi,

1.)I really can't solve the problem, that is why i'm here. 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 have alreday tried to re register again the dll (Regsvr32 c:\winnt\system32\msexcl40.dll)file, but still face the same problem

2.) In order to create store procedure, do I must use OLEDC instead of ODBC, i failed to create SP with ODBC

3.) In order to save the database records into CRV file (rs.save "file), I need to use OLEDB right?? I failed in ODBC

Please advice.