I have one sqlite database 开发者_开发百科which has one table in which I store the image id and image which datatype is BLOB I don't know how to insert image through database side any ideas? Thank you
while saving other data in database with that you can save image too using sqlite3_bind_blob.
YEs friend you can insert image using NSData type...
精彩评论