Question : Operation Must Use an Updateable Query

I have a website that uses an Access Database.  I'm able to read from the database without any problems.  However when I try and update a record in the database I get the Operation Must Use An Updateable Query error.  I'm assuming this is a permission problem but I can't figure out where my persmissions are wrong.  The permissions are listed below.  Any help would be greatly appreciated.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
Folder Structure
================
C:\Inetpub\vhosts\mywebsite.com\httpdocs\ - contains the folders and files that make up the website
C:\Inetpub\vhosts\mywebsite.com\httpdocs\App_Data - contains the Access Database, mydb.mdb

Anonymous User
==============
IUSR_abvm

Permissions
===========
C:\Inetpub\vhosts\mywebsite.com\httpdocs\App_Data - List Folder Contents, Read, Write
C:\Inetpub\vhosts\mywebsite.com\httpdocs\App_Data\mydb.mdb - Modify, Read & Execute, Read, Write

Answer : Operation Must Use an Updateable Query

Here are som articles that describe it but the last one is pretty definitive in the few steps that it will take to fix this.  This error is clearly a problem with permissions, it is making sure that you know which user needs these permissions.

http://databases.aspfaq.com/database/how-do-i-solve-operation-must-use-an-updateable-query-errors.html

http://support.microsoft.com/kb/830977

http://www.mikesdotnetting.com/Article/74/Solving-the-Operation-Must-Use-An-Updateable-Query-error
Random Solutions  
 
programming4us programming4us