mrutherford
Programmer
I get the following when i execute an asp form which updates an access db:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
The error occurs on the asp line RS.Update in my code, where RS obviously is the RecordSet object.
I have (or at least i think i have) set permissions to the folder in which the db resides using both windows explorer's web access tab in folder properties and the iis snap-in properties.
Any ideas?
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
The error occurs on the asp line RS.Update in my code, where RS obviously is the RecordSet object.
I have (or at least i think i have) set permissions to the folder in which the db resides using both windows explorer's web access tab in folder properties and the iis snap-in properties.
Any ideas?