parameter count mismatch in parameterized query

后端 未结 1 599
时光取名叫无心
时光取名叫无心 2021-01-22 04:51

I am using quite a lot of parameterized queries in my code for performance reasons. In short, some of them work, some don\'t.

I initialize the query during construction

相关标签:
1条回答
  • 2021-01-22 05:23

    Usually this error means that the SELECT/UPDATE query itself is incorrect. You did not give the schema of the database so it's not possible to pinpoint which one. So one or more of somevalue, sometable, one_feature, or second_feature is not in the database/table.

    0 讨论(0)
提交回复
热议问题