On 28 Aug 2014, at 7:18pm, Carlos Ferreira <car...@csiberkeley.com> wrote:

> Using your suggestion of the UPDATE Statement, and assuming I have a block
> of memory with pointer p and size s ( different from the previous size ),
> that I want to use as the data of my new blob, do you suggest I create a
> very long string as the statement?

That's the simplest way.  You can bind your pointer & length to the blob using 
binding, or include it in a string in the format

x'0500'


.  See section 2.3 of

<http://www.sqlite.org/datatype3.html>

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

Reply via email to