473,513 Members | 2,469 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft JET Database Engine error '80040e09'

18 New Member
I have a problem with an application I developed with code charge. Whenever I
try to access a table in a database I get the following error:

Microsoft JET Database Engine error '80040e09'
Cannot update. Database or object is read-only.

Secondly, I find it difficult to use code charge to append/add records from
one table(in a grid form) to another(within the same database)

Please, If you've come across this problem & have been able to solve it let
me know.
Regards
Hoang Phuc
Feb 28 '08 #1
2 15179
Merlin1857
14 New Member
Hi,


You need to make the folder in which your database is stored a writable folder. Access it, right click it and go to the properties option, then access the 'Security' tab access the anonymous users listed (usually the last in the list) and in the Permissions fo USers window below allow Write permissions.

Good Luck
Feb 28 '08 #2
CroCrew
564 Recognized Expert Contributor
Hello phuc2583,

The problem does not fall on the permissions of a folder. First, I am assuming that your database is an Access database. What you need to do is change the permissions on the “file” that is known to be your database on the server.

The common ASP environment is setup that every visitor to your website uses the local server user called “IUSR_******”. You can change that if you want or remove it altogether but, for this example I will just use the default user called “IUSR_”. Think of the “IUSR_” as everyone in the world that can see your web server.

On your web server there are permissions that can be set on folders and files. These permissions throttle who can read, create, edit, delete, and more to files and folders on the web server.

So what you need to do is find the physical location of your database on the web server (don’t open it) and right clicking on the file and change the permissions and give your “IUSR_” modify permissions and you will be set.

Giving the “IUSR_” user special permissions like full Control or modify on a folder is not a good thing to do. Restrict permissions and only give out what is needed is the best way to keep your server from the bad guys.

Good luck~
Feb 28 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
3182
by: Alex Vidal | last post by:
Hi, I have windows 2000 server with IIS and I program ASP. I use the string: "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=basedatos.mdb;" to data base Access and it always works ok. But I...
15
1377
by: M P | last post by:
What does this mean? I am accessing an ASP page that queries Access Database thru fileDSN. I'm using IIS 5.0 Win2K SP4 Microsoft OLE DB Provider for ODBC Drivers error '80004005' General...
0
4419
by: Ash | last post by:
Hi All, I get the following error on a application which was running well for 4 years. The error happens few times a day. ----------------------------------------------- Microsoft JET Database...
5
12506
by: Kamyk | last post by:
Hello all! I have a tough thing to fix. I have a database which has been corrupted. I got the following error messages while trying to open it: The Microsoft Jet database engine stopped the...
2
2072
by: Abubakar | last post by:
Hello , I just finished developing a program using Microsoft Desktop Engine with C# as the front end. Everything is okay on my system. But, on trying to deploy it on a different system it gives an...
5
4445
by: Dave | last post by:
This is my first .NET project (although I am experienced with VS6 and InterDev). I am simply trying to set up a basic ASPX project and connect to an Access database (following the instructions in...
0
1366
by: cohenge | last post by:
I am hoping someone can help me. I converted a database from MS Office 2000 to MS Office 2003 and now I am trying to make an MDE from out. When I try to make an MDE file, I receive the following...
1
2761
by: Concheso | last post by:
Hi there! I just created a login page. 1/3 of the login works fine, but some like "Lost Password" of "Admin access to add users" are not working. Any help will be great! The erros: On...
2
3660
by: student2 | last post by:
Hi, I'm a student looking for any recommendation to finding a solution to the following problem. (Hope I'm posting in the correct 'section' of the forum, since my error says both IIS and ASP) ...
0
7259
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7158
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7380
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5085
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
455
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.