On 21 September 2012 10:35, Kevin Benson <kevin.m.ben...@gmail.com> wrote:
> On Fri, Sep 21, 2012 at 4:30 AM, YAN HONG YE <yanhong...@mpsa.com> wrote:
>
>> C:\t9>sqlite3 -html -header t9_engine.db "select id,partnumber,'&lt;img
>> src=&quo
>> t'||pic||&quot;'height=120px&gt;',pcs from engine where id>7 " >> n.html
>>
>
> C:\t9>sqlite3 -html -header t9_engine.db "select id,partnumber,'&lt;img
> src=&quot;'||pic||&quot;'height=120px&gt;',pcs from engine where id>7 " >>
> n.html
> --
>    --
>       --
>          --Ô¿Ô--
>         K e V i N

Or
C:\t9>sqlite3 -html -header t9_engine.db "select
id,partnumber,'&lt;imgsrc=&quot;'||pic||'&quot;height=120px&gt;',pcs
from engine where id>7 " >>n.html

to fix the specific error message...

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

Reply via email to