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
I would store the files as - well - files. If you store them in SQLite then they need to fit in memory.