Write SqlDataReader to immediate window c#

后端 未结 3 1686
耶瑟儿~
耶瑟儿~ 2021-01-18 02:38

I am trying to debug a SQL response which is throwing an error:

Conversion failed when converting the varchar value \'0.01\' to data type bit.

3条回答
  •  深忆病人
    2021-01-18 03:11

    Conversion failed when converting the varchar value '0.01' to data type bit.
    i think the message is thrown by SQL server. so there should be error at SQL level. Try checking actual query in SQL profiler and run in SSMS.

提交回复
热议问题