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?
If matters, I want to append pictures to a field, probably using a
struct like
struct {
int pic_type,
int pic_size,
byte* pic_data
}
thanks in advance
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

