Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed a window application using asp.net
in this application i am using ms access database to store the records
this application works fine when i run it from VS 2010
but when i am running it into any other system it shows an OLEDB EXECPTION
operation must use an updateable query
one thing which is most important is that there is no update query in the form..
then why this error occurred..
CAN ANY ONE HELP ME.. regarding this


Thanks in advance..
Posted
Comments
Richard C Bishop 1-Apr-13 11:36am    
Post the code and then maybe we can help.
[no name] 1-Apr-13 11:37am    
Then you need to write an update query. Either that or stop trying to execute an update query that does not exist.

1 solution

Please note, that VS runs under your account, the asp.net application on IIS will run under the application pool account. This is causing the issue.
But if you would have copied this error message in google, you would have found the answer really quickly. Here it is: http://www.mikesdotnetting.com/Article/74/Solving-the-Operation-Must-Use-An-Updateable-Query-error[^]
 
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