How to make a standalone app with sqlite files?
Ältere Kommentare anzeigen
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.
Antworten (1)
Kojiro Saito
am 24 Jun. 2017
0 Stimmen
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.
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!