“Conversion failed when converting the varchar value 'NULL' to data type int”

后端 未结 4 906

When I insert records into a long table,I am getting the error \"Conversion failed when converting the varchar value \'NULL\' to data type int\" How can I determine which co

4条回答
  •  借酒劲吻你
    2021-01-02 13:35

    Start commenting stuff out one at a time until it stops bombing. Or, take a look and see which value you're passing is NULL for an int column.

提交回复
热议问题