How to make a standalone app with sqlite files?
Show older comments
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.
Answers (1)
Kojiro Saito
on 24 Jun 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.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!