Click to See Complete Forum and Search --> : Mocrosoft JET Database Engine error '80040e09'


Woody
08-09-2004, 07:50 PM
I am (all of a sudden) receiving the same error as described in the earlier posting vrom Dathor Verlex on 7/8/2004 - which is:

Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.

I'm working with Windows XP Pro with an Access database and have tried everything I can think of relating to permissions. As Dathor said, I can't seem to change them.

After reading the responses to her message and trying them (except for the one below), have had no luck in fixing the problem.

One response was related to "simple share" which I am not familiar with - can someone help me with how to turn "it" off?

Thanks
-Woody

littlejam
08-10-2004, 07:02 AM
I guess you are trying to do an update and ending up with this exception.

If so first thing you have to do is print your SQL Update string. (Ex:Response.write(Query_String)).

Most probably either your datafield names are different in the update query and DB.

Check For Null Values.

This should fix it.