Hi I tried to store and retrieve image to and from sqlite database. My following codes is not working. I\'m not sure what wrong I did. Please help. I created the database table
You cannot simply treat byte arrays as text. (To use blobs with execSQL, you would have to use blob literals.)
To insert a row, use the insert method, which has support for byte arrays.