cp wrote:
> I'd like to be able to append some data to a binary field (BLOB)
> without reading the original data, concatenating it, and then setting
> it all back. Is this possible?

As far as I can tell, no.

> If matters, I want to append pictures to a field

Instead of a single field holding multiple pictures, consider a separate table 
where each row would have a blob field storing one picture, and a one-to-many 
relationship between the original table and this new table.

Igor Tandetnik


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

Reply via email to