Operand type clash: varchar is incompatible with varchar(50) trying to insert in encrypted database

后端 未结 3 883
有刺的猬
有刺的猬 2020-12-10 08:30

I am getting a SqlException:

Operand type clash: varchar is incompatible with varchar(50) encrypted with (encryption_type = \'DETERMINI

3条回答
  •  有刺的猬
    2020-12-10 09:06

    Anyone who still face this issue and none of the above checks didn't help, make sure the parameter names exactly match (case sensitively) both in the procedure and the code.

提交回复
热议问题