正确地将数据插入到sqlite数据库中

时间:2011-11-22 07:44:39

标签: iphone sqlite insert

我正在开发一个包含视图控制器的应用程序,用户填写所有字段,当他点击保存时,数据必须插入到数据库中。我能够为每个字段检索主键(id)提醒已保存。但我无法插入数据,因为当我尝试在控制台中显示它时,它显示为null。请发布我的要求的正确和相关代码,以将数据保存到数据库中创建的表中

我的谦逊请求是以这样的方式发布执行操作的代码,当我点击保存时,数据必须插入到数据库表中。我会很高兴如果我能看到检索要显示在另一个控制器中的数据的代码(页面)"查看/编辑提醒" ...请帮助我。我尝试了所有方法,我已经完成了100多个的解决方案。

retrieved data from sqlite database and displaying it on grouped table view

Sqlite iPhone data insertion problem

how to insert value from one table to other table in sqlite3 database

SQLite3 database doesn't actually insert data - iPhone

Why does SQLite not bring back any results from my database

http://www.edumobile.org/iphone/iphone-programming-tutorials/adding-data-using-sqlite-for-iphone/

等等......请让我摆脱这个问题

2 个答案:

答案 0 :(得分:1)

检查这个问题的答案: Storing and retrieving data from sqlite database

它显示了如何连接到数据库,插入新记录以及检索旧记录。

答案 1 :(得分:0)

点击此链接: -

how to insert only one username and password in sqlite database

我已经解释了两个方法,首先是如何从表中读取,第二个是如何在数据库内部写入。在调用任何这些方法之前,你必须调用方法checkandCreateDatabase。