On 15 Sep 2011, at 1:35pm, Mayuri wrote:

> As a BLOB.
> 
> we are able to see these images in SQLite Expert. But those images are not
> visible in emulator.

SQLite Expert is doing its own magic in order to interpret the contents of the 
BLOB field as an image.  This is not something built into the Android platform 
as a whole.  I think you have to write your own code to retrieve the contents 
of the BLOB field and present the data as an image.

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

Reply via email to