Search code examples
iphonesqlobjective-copenbase

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 added.

Can anyone help me with this...

Thanx in advance...


Solution

  • 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.