当前位置: 代码迷 >> SQL >> android SQLite异常:no such column xxx
  详细解决方案

android SQLite异常:no such column xxx

热度:29   发布时间:2016-05-05 12:42:58.0
android SQLite错误:no such column xxx

在Android开发中使用SQLite时,有时候向数据库中插入一些值,一定要注意对text类型的字段的插入,如果使用的是这样的sql : insert into?表名 values(id,name),记得name在插入时,使用'name',要加上' ' 否则就会出现no such column xxx错误,截图如下:


?
?

  相关解决方案