How to insert image in database, I tried to but its not inserting. Where is the problem in query? This is my model class .m file: code in this file after sqlite3_prepare_v
sqlite3_prepare_v
You should not insert blobs in db, this will make your db very very slow!!
You should save the image in documents directory of the app and in the db save only the path of the image.