On 18 Jan 2012, at 11:00am, Petr Lázňovský wrote:

> have windows batch working with sqlite, may I insert image into database and 
> than read this images from?

Convert your image into a BLOB and store it as a BLOB.  BLOBs are just runs of 
bytes -- you can store anything you want as a BLOB.

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

Reply via email to