Hi,
   I would like to know how to store images inside a SQLite database 
using the SQLite command line program.

consider the following example:

create table img_tbl (
   img_id int primary key,
   img blob);

In the above case how do I use the SQL "insert" statement to store 
images into the "img" column?

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

Reply via email to