I am writing an iOS application that directly accesses SQLite. I have done this sort of thing many times on Android, so I\'m struggling to see
SQLite
You're not checking the value of the sqlite3_prepare_v2 statement. If it's not SQLITE_OK then there's an issue.
sqlite3_prepare_v2
SQLITE_OK
Also, does the database file already exist? If not, you need to create it or load it from the bundle.