Hi,

sqlite3_column_bytes should be used to get info about the length of the 
Blob-data when extracting data from a table that contains a BLOB column.
sqlite3_column_bytes returns an "int"  that can contain values in the interval 
-32768 to +32767.

But what happens if it is more bytes in the BLOB than the "int" datatype can 
represent (i.e. 1000000) ?.
Is there another function that should be used then ?.

Regards
Kjell Gunnarsson, Sungard




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

Reply via email to