You must use an updateable query
I am facing a problem with "insert" operation(C#) in a webform. While using command object with "ExecuteNonQuery" method,I have encounterd with an error"You must use an updateable query". If someone knows about it please tell me how to correct it.
|