On Apr 2, 2014, at 1:12 PM, Donald Steele <[email protected]> wrote:
> Correct. I’m using basically SQLite’s Obj C APIs. the SQLite3 framework is > built into X code which saves set up time at the beginning. There are no built-in Obj-C APIs to SQLite. Are you using Core Data, which is an entirely different API that uses SQLite internally but doesn’t expose any SQLite API? Please be clear on this point: if you’re using Core Data then you probably want to be asking questions on a Core Data list, as using SQLite API directly will be problematic. James > > > On Apr 2, 2014, at 12:58 PM, Eric Sink <[email protected]> wrote: > >> Does this mean all your interaction with SQLite is happening through Core >> Data? _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

