如何在 iPhone 版 Objective-c 中使用 OpenBase SQL?
我尝试在代码中使用 OpenBase SQL 来保存大量数据。但我对此有一个困难,我无法找到在我的代码中使用 OpenBase SQL 所需的框架。我从网上找到了一些编码部分,但由于没有添加 OpenBase 框架,因此无法正常工作。
谁能帮我解决这个问题...
提前谢谢...
I trying to use OpenBase SQL in my code to save large amount of data. But I have one difficulty regarding this, I am not able to find the frameworks required for using OpenBase SQL in my code. I have found some coding part from the net but that is not working since no framework for OpenBase is added.
Can anyone help me with this...
Thanx in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SQLite,或者更好的是 CoreData。 SQLite 可以非常方便地存储大量数据,更好的是,它内置于 iPhone 操作系统中。
除非 OpenBase 为 iPhone 操作系统提供一个可静态链接的库(.a),否则您将无法使用它。
Use SQLite or, better yet, CoreData. SQLite can store tons of data quite handily and, better yet, it is built into the iPhone OS.
Unless OpenBase were to make a statically linkable library -- a .a -- available for the iPhone OS, you won't be able to use it.