Fabio Spadaro <fabiolinos...@gmail.com> wrote:
> Can you determine  in the blob's data
> what is buffered file type and what was its original length?

You retrieve the size of the BLOB field with sqlite3_column_bytes function, or 
with length() function in SQL.

I'm not familiar with the term "buffered file type". SQLite certainly doesn't 
store any such thing in the BLOB column. If you need to track some kind of 
metadata about your BLOB, store it yourself in additional columns in the same 
row.
-- 
Igor Tandetnik

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

Reply via email to