near synatx error (code 1) insert Android SQLite

前端 未结 1 1546
走了就别回头了
走了就别回头了 2021-01-29 07:22

I am creating a Contact Book app where users input name, email address and number. I want this data to be saved in a database, but I can\'t seem to get the insert method to work

相关标签:
1条回答
  • 2021-01-29 07:49

    Remove all spaces from your column names, then try again and tell us if there are other compile-errors. You can use _ instead of the space, for example Phone_number.

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