摘要:
最近由于功能需求,用到了sqlite数据库。在网上找到了很多有用的知识,尽管很多文章都是一样的,这里大家都懂的!在数据读取的功能中,不管是哪个版本的文章,统一使用了while的方法读取,代码如下:/** * 查询列表 * @throws Exception */ public void selectList()throws Exception{ DBHelper dbHelper = new DBHelper(this.getContext()); dbHelper.open(); Cursor re... 阅读全文
posted @ 2012-09-25 10:59
TMajier
阅读(405)
评论(0)
推荐(0)

浙公网安备 33010602011771号