Invalid column name sql error

后端 未结 11 1216
梦毁少年i
梦毁少年i 2020-11-30 03:16

I am trying to enter data into my database, but it is giving me the following error:

Invalid column name

Here\'s my code

<
11条回答
  •  独厮守ぢ
    2020-11-30 04:19

    Your issue seems to be the Name keyword. Rather use FullName or firstName and lastName, always try and remember to use CamelCase too.

提交回复
热议问题