OleDbCommandBuilder creates SQL statements that result in “syntax error”

后端 未结 3 1559
太阳男子
太阳男子 2020-12-04 03:08

Can someone please explain why, when I click the \"Commit\" button, I get the error

Syntax error in INSERT INTO statement.

Here\

3条回答
  •  死守一世寂寞
    2020-12-04 03:53

    This kind of error can happen when you have different data type in the code and in the DB. Checking the log can give some light on this.

提交回复
热议问题