凌雪
2018-10-24
来源 :网络
阅读 1796
评论 0
摘要:本文将带你了解Android应用开发之android.database.sqlite.SQLiteException: duplicate column name: text (code 1): 之类的问题解决,希望本文对大家学Android有所帮助。
本文将带你了解Android应用开发之android.database.sqlite.SQLiteException: duplicate column name: text (code 1): 之类的问题解决,希望本文对大家学Android有所帮助。
最近在回看郭霖的第一行代码,在看到数据库sqllite部分时,自己新建了两个表,建表的语句如下:
(1)
public static final String CREATE_DB_BOOK = "create table book(" + "id integer primary key autoincrement," + "author text," + "price real," + "pages integer," + "name text)"; public static final String CREATE_DB_PERSON = "create table person(" + "id integer primary key autoincrement," + "name, text," + "sex ,text)";
(2)
public static final String CREATE_DB_BOOK = "create table book(" + "id integer primary key autoincrement," + "author text," + "price real," + "pages integer," + "name text)"; public static final String CREATE_DB_PERSON = "create table person(" + "id integer primary key autoincrement," + "name text," + "sex text)";
错误截图:
对就是这两个表,建成以后,死活报如上错误,虚拟机不行,换真机,各种尝试均失败,后来经过一番摸索,才发现自己的建表语句有bug 。。。。。。
仔细看,person 表,自己手残不小心在sql语句中name和sex后加了一个逗号,关键就在这,加上这个逗号就表示,这个表中有了重复字段,这数据库是不能忍的。
记录在这给自己提个醒,以后写代码,一定要认真。
本文由职坐标整理并发布,希望对同学们有所帮助。了解更多详情请关注职坐标移动开发之Android频道!
喜欢 | 0
不喜欢 | 0
您输入的评论内容中包含违禁敏感词
我知道了

请输入正确的手机号码
请输入正确的验证码
您今天的短信下发次数太多了,明天再试试吧!
我们会在第一时间安排职业规划师联系您!
您也可以联系我们的职业规划师咨询:
版权所有 职坐标-一站式AI+学习就业服务平台 沪ICP备13042190号-4
上海海同信息科技有限公司 Copyright ©2015 www.zhizuobiao.com,All Rights Reserved.
沪公网安备 31011502005948号