Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/forum/inc_top.asp, line 42 ----------------------------------
Above is the error that I get whenever I try to read any forum messages. I have given "change" permissions to the database file, am using access 97 driver and have no problem going into the admin config and making changes to the configuration. Just can't read messages. However, I can post.
Solved the problem :) I had given NT permissions to the database, but hadn't given IIS read/write permissions to the directory that the file resides in. Did that and it fixed it. I then moved the database outside of the scope of the website for security...
quote: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/forum/inc_top.asp, line 42 ----------------------------------
Above is the error that I get whenever I try to read any forum messages. I have given "change" permissions to the database file, am using access 97 driver and have no problem going into the admin config and making changes to the configuration. Just can't read messages. However, I can post.