Is the Database Toolbox required for any MATLAB runtime connection to a database?

Hi,
I am writing a deployable APP that imports data from an sqlite database file. Currently, I am packaging the APP for deployment and needing to understand the requirements.
My question: Is the Database Toolbox required for any MATLAB runtime connection to a database? If not, what database connection functions are independant of Database Toolbox installation and what functions require Database Toolbox installation?
My understanding is that the Database Toolbox is a purchased APP. Right now, I have access as the trial version. If I create a stand alone executable that uses a JDBC connection or MATLAB interface to SQLite, will there be Database Toolbox access authorization issues upon deployment?

回答 (1 件)

Andrew Janke
Andrew Janke 2020 年 1 月 31 日

0 投票

Yes, the Database Toolbox is required for database access from Matlab, unless you write your own custom replacement for it that uses JDBC or ODBC directly. (Which may be a violation of the Non-Compete clause of the Matlab license; check with your lawyer.) Any Matlab runtime connection to a DB is going to break if you don't have the Database Toolbox.

カテゴリ

製品

リリース

R2019b

質問済み:

2020 年 1 月 23 日

回答済み:

2020 年 1 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by