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.
回答 (1 件)
Kojiro Saito
2017 年 6 月 24 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!