sqlite3 -html -header t9_engine.db "select id,partnumber,pic,pcs from engine 
where id>7;" >> mm.html

the pic result is "c:\abc.jpg"...
 but I wanna the result is 
"<img src=\" c:\abc.jpg \" width=120px>"

how to do? maybe use sqlite3_step, but I don't know how to realize.
thank you!


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

Reply via email to