Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I got the following error in VB.Net with MSAccess on windows7.
It throws exception only while updating,inserting and deleting data. While the same code works fine on Windows XP
Error:
System.Data.OleDb.OleDbException:Operation must use an updatable Query.

Please Help
Thanx in Advance.
Posted
Updated 18-Sep-10 0:18am
v2
Comments
Abhinav S 18-Sep-10 7:32am    
Difficult to answer until you post some code here.

1 solution

It usually occurres when there is no write permission on the access mdb file or it is readonly. There must be some sort of permission issue.
 
Share this answer
 
v2

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