How to make a standalone app with sqlite files?

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.

Respuestas (1)

Kojiro Saito
Kojiro Saito el 24 de Jun. de 2017

0 votos

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.

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Preguntada:

el 30 de Mayo de 2017

Respondida:

el 24 de Jun. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by