Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)


Message #1 by "Philip Booth" <phil1booth@h...> on Wed, 19 Feb 2003 16:57:14
Hi. I have the following error when I try to access a sample asp page that 
came with Macromedia MX. I have tried all sorts of things to solve the 
problem, such as checkin the database connection etc. but nothing has 
helped. The error is:

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file 
already in use.

Does anyone happen to know what I need to fix/do please? 
Thank you.

Phil
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 20 Feb 2003 10:57:01 +1100
a) Do you have the database open anywhere else? (eg in Dreamweaver, or
Access?)
b) Have your checked the NTFS permissions for the folder that the file is
in? The IUSR_<machinename> account needs Read/Write (RW) permissions to the
file and folder, and CREATOR/OWNER needs Full Control

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Philip Booth" <phil1booth@h...>
Subject: [asp_database_setup] Microsoft OLE DB Provider for ODBC Drivers
(0x80004005)


: Hi. I have the following error when I try to access a sample asp page that
: came with Macromedia MX. I have tried all sorts of things to solve the
: problem, such as checkin the database connection etc. but nothing has
: helped. The error is:
:
: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
: [Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file
: already in use.
:
: Does anyone happen to know what I need to fix/do please?
: Thank you.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index