I have developed a windows application in Visual Studio 2008 using c#.net and ms access 2007. I have also created a setup for this application which will normally installs the application in Program Files folder . Actually i have done all this in Windows XP SP2. Now i have to distribute this setup to my user who uses Windows 7. So i tried installing my setup in a PC with Widows 7, everything gone well but when i am trying to add or updates records from DB there it is generating the above error : "OleDbException : Operation must use an updateable query
How to solve this...
Operation must use an updateable query
Ask by Manmohan Jha
Updated 24 Jul 2013
Plz check this link...
https://www.facebook.com/groups/406154002739025/
paste your code here... let us have a look
Problem is folder permission issue...
Its Urgent
This looks like a permission issue, check your user role in database.
Provide write permission to the user.