Skip to main content
Participant
October 25, 2006
Question

Error in Explorer

  • October 25, 2006
  • 1 reply
  • 313 views
I have an asp page that I'm testing in Dreamweaver MX 2004. using IIS as local server. Everytime I try to load the page in Explorer I get this error Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
/Default.asp, line 5

Could someone please help!
This topic has been closed for replies.

1 reply

Inspiring
October 25, 2006
0x80004005 is a common error asociated with permissions that bites every
beginer

check a very good article about the subject & solutions in Jules' site:
http://www.charon.co.uk/, something like "The infamous 0x80004005 error"

mattyman0 wrote:
> I have an asp page that I'm testing in Dreamweaver MX 2004. using IIS as local
> server. Everytime I try to load the page in Explorer I get this error Error
> Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
> cannot open the file '(unknown)'. It is already opened exclusively by another
> user, or you need permission to view its data.
> /Default.asp, line 5
>
> Could someone please help!
>