http://www.sqlite.org/cvstrac/tktview?tn=358
어떻게 할지 몰라 도큐먼트 검색햇는데 신택스 에러 뿜어내는군요;;
Ticket 358: Problems with inserting file (.bmp; .jpg) in BLOB field
create table pic (id integer, p blob);
insert into pic (id, p) values (1, 'c:/somedir/somefile.bmp');
//...or similar syntaxis - Don't work copy pic(p) from
'c:/somedir/somefile.bmp' where id = 1; //...or similar syntaxis - Don't work
어떻게 넣는지 아시는분 ...?
|