scd.CommandText = "putonghuiyuanupdate('dcl'," + uname + "," + "'" + sex + "'" + "," + "'" + paper_type + "'" + "," + "'" + paperno + "'" + "," + "'" + brithdate + "'" + "," + "'" + email + "'" + "," + "'" + phone + "'" + "," + "'" + addr + "'" + "," + "'" + number + "'" + ")";
          scd.CommandType = CommandType.StoredProcedure;
          int a = scd.ExecuteNonQuery();
存储过程putonghuiyuanupdate是修改数据的,执行了以上的代码后,数据库里的数据没反应,请问要怎么做啊?]
才学习,不懂,各位帮忙啊