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 <slav...@bigfraud.org> wrote:

>
> On 2 Apr 2014, at 8:51pm, Donald Steele <xln...@sbcglobal.net> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to