SQL语句写不对~~`````set 写多了
楼主看过来,你的执行语句有错误!
int i = mycommand.ExecuteNonQuery();
在你的sql没写错的话的前提下,把上面那句 修改成
int i=(int)mycommand.ExecuteScalar();