Stored procedure or function expects parameter which was not supplied

后端 未结 9 1150
梦谈多话
梦谈多话 2021-01-17 08:47

I am trying to insert data into a SQL Server database by calling a stored procedure, but I am getting the error

*Procedure or function \'Insertion\'

9条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 09:33

    Avoid parameters that have no value with the parameter set being DBNull.value

提交回复
热议问题