This topic is locked

Cannot update. Database or object is read-only

7/25/2005 12:27:30 PM
ASPRunnerPro General questions
rchapman author

I'm creating pages from an Access database and have saved my output to a virtual directory on my web server... however, when i login & tried to make changes to any of the tables i receive the following error...
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
Please let me know if u need any other details. thx

Amanda 7/25/2005

hy rchapman,
The only reason that i can think off is that you probably didnt set the proper permision on your database folders from Public-Read to Public Write. YOu can change the permision of the .asp files using an FTP; right click on the file and select Attribute or CHMOD and assign write permision

rchapman author 7/25/2005

thx Amanda... I figured it out while I was trying to creating an additional css to include on certain pages...
again thx for ur help
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5287&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5287&image=2&table=forumreplies' class='bbc_emoticon' alt=':D' />
P.S.

is there a way I can add a datagrid to my pages... the data i am displaying pertains to a class room of students & it would be easier to be able to add data if it was in a datagrid (i.e. the dataview default in ms access for tables)

Admin 7/26/2005

Hi,
currently you can add new data records on the Add page only.