Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
Solution/Workaround:
This error usually indicates that you did not set the appropriate permissions on the database. The security account used by the web server IIS service should have at least "Write" permissions on the database file.
To adjust the database file permissions, you need to locate the file "XXXXXXXX.mdb" by using "My computer". Right click on the file, click on "Properties". Next, click on "Security". There are several user/system accounts listed, you'll need to modify the permissions for the account that the IIS web service uses (if you don't know, you can always add the user "Everyone" and give it "Full Control").
Tips:MISSING SECURITY TAB?
If you use Windows XP (a standalone or part of a workgroup), the security tab may be hidden. To unhide, open Windows Explorer. Choose Folder Options from the Tools menu. On the View tab, scroll to the bottom of the Advanced Settings. Clear the check box next to "Use Simple File Sharing." Click OK to apply the change.


0 comments:
Post a Comment