Answers for "The data types text and varchar are incompatible in the equal to operator."

0

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

SELECT * FROM  EmployeeTable WHERE CONVERT(VARCHAR, empname) = '" + comboBox1.Text + "' ;";
Posted by: Guest on April-11-2022

Code answers related to "The data types text and varchar are incompatible in the equal to operator."

Browse Popular Code Answers by Language