Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,
i got a problem after deploy my application.
i am using ms-access database to store information... After deployment, it through the error "Operation Must Use An Updatable Query" while insert or update the values...

i think it should be permission check error... but i don't know how to solve it...

can any one help me to solve this...
Posted

Please check out the following URL..May it help you..

http://support.yessoftware.com/kb_article.asp?article_id=72[^]

Thanks
Ashish
 
Share this answer
 
v2
The error is thrown by the underlying Jet Oledb provider, which doesn't know or care which language you are using. So long as you can identitfy the correct user account to apply the permissions to, you whould be able to resolve the issue.

Refer this[^].



--Amit
 
Share this answer
 
check following msdn article.It may gives you solution

http://support.microsoft.com/kb/175168[^]
 
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