Unable to update access database

  • Thread starter Thread starter William Gower
  • Start date Start date
W

William Gower

I am trying to update an access database in a subdirectory to my asp app. I
keep getting an error saying that I need to have an updateable query. I
went into the directory where the database is located and opened the
database, it gave me the message that it was read only. I never set it to
read only. Did that happen when I created the database and placed it in my
web application sub directory? Did IIS do that? How do I make it
read/write?
 
had the same problem as well....

This error is associated to permissions.

Try to play around with the database properties and/or folder properties on
the "Security" tab. Make sure that you go through all the security
settings. set the access control for the database file to "Full control" for
"Everyone" .

hope that helps!

cheers
Alvin
 
Back
Top