Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot update Access db

Status
Not open for further replies.

mrutherford

Programmer
Sep 5, 2003
6
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top