sqlite3_exec(db,"create table image (filename varchar(128) unique,img blob);",0,0,&zErrMsg); and put image to my sqlite db: sqlite3_prepare(db,"insert into image values('mmmm.jpg',?);",-1,&stat,0); ........ the problem is: how to show my image in the web? sqlite3 -html film.db "select * from film;">my.html is it right? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users