>> 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.

What you mean by "Convert image into a BLOB" is there some kind of SW to do 
this? Does SQLite offer some way to do this? Sorry for dumb question, but I 
googling about this some time with no luck..

I found only http://www.vive.net/products/image2db.htm but this is GUI tool, 
not suitable for scripting..

L.

 


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

Reply via email to