How to make a standalone app with sqlite files?
Afficher commentaires plus anciens
I have developed a couple of functions in matlab which use the matlab sqlite interface to access a database. Now I want to package them as a standalone application. Do i have to include the database in the "Files required for your application to run" or is there any other way to do it? The database size is 5GB, which is quite large and I get the following error from Matlab compiler: Failed to embed CTF file into binary application file because the total file size exceeds system limit 2GB. Please use '-C' flag and re-run Compiler.
Réponses (1)
Kojiro Saito
le 24 Juin 2017
0 votes
As another way, just compile m files without including a sqlite file, put the sqlite file in the same folder of your stand alone application in the machine. Then your standalone application can read from a sqlite file.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!