开发者

How to use OpenBase SQL in Objective-c for iphone?

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 开发者_如何学Cadded.

Can anyone help me with this...

Thanx in advance...


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜