SQLite Forum

insert a uuid:string '0Xcd...' -> 1/logic-error near "0Xcd" , syntax error
Login
hello,

table objekt (
  id varchar(64)
 , ..
)

query 'insert into objekt(id,nu,na,ty,kz,tw,fu,ar,cr,er,gr,hr,kr,lr,rr,tr,ur) values('0XcdxC8pn9k93uig42TqAP',5205,'','MSR-Verteiler: MSR 3',0,0,'',81,0,1,1,0,11,1,21,6,0);'
ERROR check.prepare (1/SQL logic error) 'near "0Xcd": syntax error'

error-message: (result/sqlite3_errstr(result)) + sqlite3_errmsg(handle) 

thanks in advance,
andreas

this time, i found the mistake myself. 
but thanks for help in recent days.