在iPhone中使用sqlite将数据写入数据库
我是 iphone 的新手,我在 sqlite 数据库中创建了一个表,并且有一个包含一些文本字段的页面,现在我如何将从文本字段中获取的数据插入到使用 sqlite 的现有表中,任何人都可以给我吗一些示例代码或教程
提前致谢!
I am brand new to iphone ,I have created a table in sqlite database and I have a page with some text fields, now how can i insert the data which are taken from text fields into the existing table using sqlite ,can any body give me some example code or tutorial
thanks in advance!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 coreData.很好的教程,可以从这里开始,
并且核心数据编程指南
You could use coreData. Good tutorial to start here
And Core Data Programming Guide