Insert Bitmap To Sqlite Database
I have code for inserting Bitmap to sqlite database below. If I put byte[] object into content values the query insert is unsuccessful, it returns -1, but if I comment on the line
Solution 1:
Just an easy Alternative You can use SqliteMaestro software to create databases with bitmap in them
Post a Comment for "Insert Bitmap To Sqlite Database"