Because of packing. The script should be distributable as one .cmd file, the 
database engine and database itself will be embeded inside od script. Dealing 
with embeded files in the shell script is not easy thus I want to minimize its 
number.

L. 

> On Jan 18, 2012, at 12:00 PM, Petr Lázňovský wrote:

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

> As pointed out, you might want to use the 'blob' type to store binary data.

> That said, why bother storing these images inside the database itself? Any 
> benefit in doing so? 

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


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

Reply via email to