|
 |
asp_databases thread: Microsoft JET Database Engine (0x80040E09)
Message #1 by richterry@e... on Tue, 19 Mar 2002 13:43:37
|
|
I am running XP OS and using Microsoft office for XP. I have a database
that is connected to a message board. Whenever I try and execute an
ADODB ADDNew() I get the following error message:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
I have already made sure that the security on the Database is set to
Everyone yet I still get this error message, any suggestion on how I
might correct his problem?
Much Thanks,
Rich Terry
Message #2 by Thomas Bellavia <TBellavia@V...> on Tue, 19 Mar 2002 08:59:50 -0500
|
|
The database file is probably set to read-only. Right click it and clear
this property.
-----Original Message-----
From: richterry@e... [mailto:richterry@e...]
Sent: Tuesday, March 19, 2002 8:44 AM
To: ASP Databases
Subject: [asp_databases] Microsoft JET Database Engine (0x80040E09)
I am running XP OS and using Microsoft office for XP. I have a database
that is connected to a message board. Whenever I try and execute an
ADODB ADDNew() I get the following error message:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
I have already made sure that the security on the Database is set to
Everyone yet I still get this error message, any suggestion on how I
might correct his problem?
Much Thanks,
Rich Terry
Message #3 by "Craig Flannigan" <ckf@k...> on Tue, 19 Mar 2002 14:28:38 -0000
|
|
You might have done this on the database file, but the actual folder which
stores the mdb file needs to have change permission on the IUSR_MachineName
account. This allows the built in guest account to create the locking file
when you access the database.
HTH
Craig.
-----Original Message-----
From: richterry@e... [mailto:richterry@e...]
Sent: 19 March 2002 13:44
To: ASP Databases
Subject: [asp_databases] Microsoft JET Database Engine (0x80040E09)
I am running XP OS and using Microsoft office for XP. I have a database
that is connected to a message board. Whenever I try and execute an
ADODB ADDNew() I get the following error message:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
I have already made sure that the security on the Database is set to
Everyone yet I still get this error message, any suggestion on how I
might correct his problem?
Much Thanks,
Rich Terry
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
Message #4 by richterry@e... on Tue, 19 Mar 2002 15:37:29
|
|
Craig,
I'm at work right now, but I'll try this when I get home.
Rich
> You might have done this on the database file, but the actual folder
which
stores the mdb file needs to have change permission on the IUSR_MachineName
account. This allows the built in guest account to create the locking file
when you access the database.
HTH
Craig.
-----Original Message-----
From: richterry@e... [mailto:richterry@e...]
Sent: 19 March 2002 13:44
To: ASP Databases
Subject: [asp_databases] Microsoft JET Database Engine (0x80040E09)
I am running XP OS and using Microsoft office for XP. I have a database
that is connected to a message board. Whenever I try and execute an
ADODB ADDNew() I get the following error message:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
I have already made sure that the security on the Database is set to
Everyone yet I still get this error message, any suggestion on how I
might correct his problem?
Much Thanks,
Rich Terry
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
|
|
 |