blah blah blah is here! blah blah » Close

0
votes
2 answers

SqlDataReader: The data types text and varchar are incompatible in the equal to operator

Hi all, I am performing insert and retrieve on sql server database. The insert is working fine but during retrieve, I get the following error: The data types text and varchar are incompatible in the equal to operator the error is ...

Feedback