Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Error Type:Microsoft JET Database Engine (0x80040E09)


Message #1 by richterry@e... on Wed, 20 Mar 2002 01:05:50
Help,

I've granted permission all the way up the line to the PWS, but when I 
try and do an AddNew() i continue to get the following error message:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
 I'm at a loss now as to what to do.  I should be able to write to the 
DB, but still can't has anyone had this problem, if so please provide me 
with a work around.

Thanks,
Rich Terry
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 20 Mar 2002 13:24:55 +1100
Can you post some code please? For example, are you using a Recordset object
to do the update? What locktype does the recordset have?

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <richterry@e...>
Subject: [asp_databases] Error Type:Microsoft JET Database Engine
(0x80040E09)


: I've granted permission all the way up the line to the PWS, but when I
: try and do an AddNew() i continue to get the following error message:
: Microsoft JET Database Engine (0x80040E09)
: Cannot update. Database or object is read-only.
:  I'm at a loss now as to what to do.  I should be able to write to the
: DB, but still can't has anyone had this problem, if so please provide me
: with a work around.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #3 by "Drew, Ron" <RDrew@B...> on Wed, 20 Mar 2002 17:38:00 -0500
Open DB and check FILE,PROPERTIES   and  OPTIONS,ADVANCED
If they are OK and the permissions are OK, what cursor are you using
..code please

-----Original Message-----
From: richterry@e... [mailto:richterry@e...]
Sent: Tuesday, March 19, 2002 8:06 PM
To: ASP Databases
Subject: [asp_databases] Error Type:Microsoft JET Database Engine
(0x80040E09)


Help,

I've granted permission all the way up the line to the PWS, but when I
try and do an AddNew() i continue to get the following error message:
Microsoft JET Database Engine (0x80040E09) Cannot update. Database or
object is read-only.  I'm at a loss now as to what to do.  I should be
able to write to the
DB, but still can't has anyone had this problem, if so please provide me

with a work around.

Thanks,
Rich Terry

  Return to Index