On 10 Sep 2009, at 8:34pm, yogibabu wrote:

> UPDATE table1 SET stringblob = X'hex(string)' .... etc...
>
> it returns: unrecognized token x'hex', but when I put a variable by  
> hand it
> works ok

Check to see that one of the levels of API you're using is not trying  
to interpret the quotes itself.  You might have to double-quote, or  
escape the quotes, or something.

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

Reply via email to