What I’m talking about that is part of Xcode is the SQLite framework not APIs. The access to SQLite is done with the Obj C APIs as defined by SQLite. I am a fairly new developer and may be having some problems keeping up with folks with more time. So if I’m using incorrect terms that is my excuse.
If was more experienced the documentation on SQLite’s web site would make more sense and I would not be here asking dumb questions. On Apr 2, 2014, at 1:15 PM, James Berry <[email protected]> wrote: > > 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 _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

