标签: c# sql
我正在使用此代码:
SqlCommand cmd = new SqlCommand(" UPDATE memberform set active='" +DBNull.Value+"'",con); cmd.ExecuteNonQuery();
但我的位值是假的