1、贴出你写的代码;
2、代码大致这样写
Dim cmd As New SQLCommandcmd.CommandText = "UPDATE {订单} SET 折扣 = '" & 变量值 & "' "cmd.ExecuteNonQuery()