Procedure expects parameter which was not supplied

后端 未结 12 1491

I\'m getting the error when accessing a Stored Procedure in SQL Server

Server Error in \'/\' Application.
Procedure or function \'ColumnSeek\' expects parame         


        
12条回答
  •  我在风中等你
    2020-12-02 18:39

    For my case, I had to pass DBNULL.Value(using if else condition) from code for stored procedures parameter that are not defined null but value is null.

提交回复
热议问题