On Mar 27, 2009, at 7:02 PM, Development
wrote:
Ok I've got two books, and all of apple's docs and when they talk
about executing a simple sql query they create this big convoluted
method to do a simple task...
What books and documentation are you referring to? Where did you see
"this
Ok I've got two books, and all of apple's docs and when they talk
about executing a simple sql query they create this big convoluted
method to do a simple task...
Is there a reason to do it that way rather than using sqlite3_exec()
and getting the data via the callback? Basically I've approac