Hi,

I am using tinyint in my schema, but while doing paramterized insertion, I
find that there is no specific bind API to insert a tinyint. So I used int
sqlite3_bind_int() instead.

However, the size of my database suggests that SQLite might actually be
using 4 bytes instead of 1. Is it? How can I insert tinyint's in a
parameterized query so that it takes only 1 byte of space?

Thanks,
dbikash
-- 
View this message in context: 
http://www.nabble.com/How-to-bind-a-tinyint-so-that-actually-uses-1-byte--tp20147265p20147265.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to