CoreData, last I have heard only use the sqlite's storage capability, "not really sqlite in the sense people might understand", BTW that's the reason they don't need metadata and some other stuff, because their sqlite-lib serves only CoreData purposes, "not really a public" wee wee, similar to the CoreICU
On Wed, Apr 2, 2014 at 2:21 PM, mm.w <[email protected]> wrote: > Hello, > > "First off, there are no Obj-C APIs for SQLite built into iOS" yes or not > that's named CoreData which saves its graph either to a plist or a sqlite > db, > > Second off, don't use the sqlite-lib delivered by the sub-system; inline > your own version, (don't ask why, just do), see build options > > Best Regards > > > On Wed, Apr 2, 2014 at 1:59 PM, Simon Slavin <[email protected]> wrote: > >> >> On 2 Apr 2014, at 8:51pm, Donald Steele <[email protected]> wrote: >> >> > If I was having no problems I would not have asked the question. I will >> continue to look for better information & will eventually get it done. >> Thanks anyway. >> >> Well, your answer doesn't make sense and people are drawing two >> contradictory conclusions from it: >> >> A) You're using the SQLite API. >> B) You're using Core Data. >> >> Once you figure out which of those you're doing, people will be able to >> help you. >> >> Simon. >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

