How to save byte array ( byte [] ) in SQLite table ? What type column needs to be, can someone show me create/insert string ?
Asked
Active
Viewed 1.7k times
4
-
Maybe this can help you: http://stackoverflow.com/questions/4191136/how-to-store-and-retrieve-a-byte-array-image-data-to-and-from-a-sqlite-databas – Romain Piel Feb 03 '12 at 14:59
-
Consider also this answer, since it is not a good practice to make such things. http://stackoverflow.com/questions/7131340/how-to-store-the-contents-of-an-arraylist-in-one-column-of-table-in-sqlite-datab/7131651#7131651 – Michal Chudy Feb 03 '12 at 15:01
-
you can see this topic : http://stackoverflow.com/questions/3280105/sqlite-how-to-declare-as-byte-array – saber safavi Oct 13 '13 at 10:10