在 iPhone SQLite 中存储数据时出现问题求助!
我刚刚开始研究适用于 iPhone SDK 的 SQLite。我一直在查看本教程,我想知道如何找到 ID 并存储ID 的该字段中的信息? (每次我按“保存”时,教程都会增加一个 ID)。
另外,我如何循环遍历整个数据库,例如,将所有 id 号相加?有命令吗?
I just started looking into SQLite for the iPhone SDK. I have been looking at this tutorial and I am wondering how can I find an ID and store the information in that field of the ID? (the tutorial increments an ID every time I press save).
Also, how can I loop though the whole database e.g., add all the id numbers up? Is there a command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
数据库访问方法没有太大变化。仅 SQLite 查询发生变化。应该是这样的。
Not much changes in the database access in the methods. Only the SQLite query changes. It should be something on these lines.