Server Error in '/' Application.
--------------------------------------------------------------------------------
Operation must use an updateable query.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Operation must use an updateable query.
Source Error:
Line 20: Dim objCmd As New OleDbCommand(strSQL,myconn)
Line 21: myconn.open
Line 22: objCmd.ExecuteNonQuery()
Line 23: myconn.close
Line 24: response.Write("good")