On 19 Sep 2011, at 12:46pm, Mayuri wrote:

> I want to make application that fetch Images and profile
> of the person from the DataBase....and not from the XML...I know thats a
> difficult task....

You have two obvious options:

Store your image in an image file, and store the path to that file as a TEXT 
field
Store your image data as a BLOB

One makes many little files.  The other makes one huge file.

This would seem to be useful for the second option:

<http://www.tutorialforandroid.com/2009/10/how-to-insert-image-data-to-sqlite.html>

I found it on my first page of Google results for

sqlite image blob

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to