I need to store 100 images and sounds files in SQLite. Is it possible to store this data?
How many MB of data can be stored in SQLite?
Regards
Aswan
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.
It would be best to store the files in the filesystem or memory card, then reference to them in the SQLite database, with columns such as
_idandfileLocation.