Possible Duplicate:
insert image sqlite
I wanted to know how we can insert images into the database. We cannot drag & drop it into the cell i have tried it. Can some one help me out.
Thank you and any help is appreciable.
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
its better to store the |
|||
|
|
|
I suggest you to convert bitmap image to base64 string and store it into sqlite, and decode it again to bitmap where ever needed |
|||
|
|