Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error
Microsoft JET Database Engine (0x80040E09) Cannot update. Database or object is read-only.
how to solve this problem?
Posted
Updated 4-Sep-10 3:51am
v2
Comments
[no name] 4-Sep-10 9:52am    
Without seeing what you are doing or how you are doing it this question can't be answered accurately
DaveAuld 4-Sep-10 10:47am    
What code are you using and at which point is the exception thrown.

Usually this error occurs when the MDB database file has the read-only attribut set or if the user that accesses the file has no write permissions.
 
Share this answer
 
Comments
Dalek Dave 6-Sep-10 13:16pm    
That would be the first place I would go looking!
Which database are you using? I had faced a similar issue with MS Access DB. Check for connection string first and if that is fine, then check if you have allocated proper access over the file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900