Yang <[email protected]> wrote: > for a row, and one column (most likely blob type), I want to append > some value to the end of the blob, I do this many times. then I may > read up all the appended sections and write out the entire blob with a > new value
BLOB API: http://www.sqlite.org/c3ref/blob_open.html -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

