PDA

View Full Version : Access readonly error


Bluemonkey
05-20-2003, 01:50 PM
Microsoft JET Database Engine error '80040e09'

Cannot update. Database or object is read-only.

/intrinsic/news2/addnews.asp, line 31


what does this error mean and how to fix it. my data base is not taged as readonly in the field attributes so whats going on??

thanks for the help.

raf
05-20-2003, 02:24 PM
Did you triplecheck that you have write permissions on that file and folder? Do you get this error on one page or on all pages? Did you recently switched your app (and db) to another computer?

Bluemonkey
05-20-2003, 02:34 PM
i checked all the sttributes i could find all set to full control etc. the db just recentally just stop alowing changes to it its on the rs.addnew line that does it the pother pages are fine.


cheers

raf
05-20-2003, 07:27 PM
can we see some code (where you open the recordset especially)