Error : "Operation must use an updateable query"
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi every one. I have this message error each time I try to update my DB in my website. System.Data.OleDb.OleDbException: Operation must use an updateable query it works so fine on my PC but not on the remote server. my code is :
this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue;
Can anybody help me please ?Rédha.
-
Hi every one. I have this message error each time I try to update my DB in my website. System.Data.OleDb.OleDbException: Operation must use an updateable query it works so fine on my PC but not on the remote server. my code is :
this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue;
Can anybody help me please ?Rédha.