“The data types text and nvarchar are incompatible in the equal to operator.”
上面这段话意思就是表单列的数据类型用的不合理,不能用text,如果你有字符串的输入就用varchar(50)。这样执行调用就没问题了