Hi to you all!
I am really new to SQLite, and i want to do the next thing:

save a 100k binary data every 1 second, with its time stamp.
to do it every second i can use a loop in C.

So i define one column as a date/time INTEGER.
The next column is for binary data which i don't know how to define and how
to use it.
I mean, i heard about blob variable but i really don't know how to save the
data in it, and if blob variable is the direction i need to go to.

can you give me some sqlite statements example to do it.
or some code in C?

-- 
View this message in context: 
http://old.nabble.com/Storing-data-with-SQLite-tp31096174p31096174.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