ExecuteNonQuery update does not store change
问题 I am trying to update some fields in the database, using ExecuteNonQuery(). When trying to update, i receive no error or warning, and it returns me one affected row count. The thing is, that i can only for the current request, see the change. If i reload the page or go through SMSS, the changes are not shown in the database. Hes a little code. string Sql = "UPDATE AccessUser SET [" + Field + "] = '" + Database.SqlEscapeInjection(Value) + "' WHERE AccessUserID = " + User.ID; Response.Write("