我试图通过调用存储过程将数据插入到SQLServer数据库中,但出现错误*Procedureorfunction'Insertion'expectsparameter'@Emp_no',whichwasnotsupplied*我的存储过程称为插入。我已经彻底检查过了,没有遗漏任何参数,我也用标签检查过。标签显示了值,但我不知道为什么会出现错误。我的代码是try{SqlCommandcmd=newSqlCommand();cmd.Parameters.Clear();cmd.CommandType=CommandType.StoredProcedure;cmd.CommandText="