I’ve got a SQLite database. I’d like to create a field and declare it as type Byte array but I don’t know what SQLite calls something that would be of type Byte Array. How would I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re looking for BLOB.
From the webpage:
Here’s an example of making a table with two columns – an id and some data, which is a BLOB: