필터 지우기
필터 지우기

Compiling Database toolbox commands into matlab executable

조회 수: 3 (최근 30일)
Manjunatha
Manjunatha 2012년 3월 1일
답변: linda willis 2020년 8월 15일
I have an application which connects to mySQL database thru matlab database toolbox. I can successfully import and export information from database tables.
Now, i need to deploy my application onto a machine where there is no matlab installation.
My question is does MCR suuports database toolbox..??? Can i deploy my application with database toolbox without much hassle...???
ANy help is very much appreciated.
Thank you very much.

채택된 답변

the cyclist
the cyclist 2012년 3월 1일
This page http://www.mathworks.com/products/compiler/compiler_support.html states that all command-line functionality of the Database Toolbox can be compiled, but that querybuilder and the toolbox GUIs cannot.
  댓글 수: 1
Titus Edelhofer
Titus Edelhofer 2012년 3월 1일
Exactly. One thing that you might keep in mind: if you use a jdbc driver remember to add it to your compiled application as you did within MATLAB.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Siamak Mohebbi
Siamak Mohebbi 2019년 8월 9일
Matlab's MEX compiler/wrapper allows for the resident compiler (not mcc) to compiler into a Matlab standalone database related access routine(s) (C, C++) , like ODBC. Assuming that the one can resolve the type case of different variable types, it is very well possible to create a standalone Matlab routine bypassing the Matlab compiler deficiency of not supporting Matlab Database toolbox calls in their stand alone library.
Note: The resident compiler (ie. MS-C++ 5.0, 6.0, Borland Builder 5.0, 6.0, etc.) must be compatible with the version of the Matlab's MEX.

linda willis
linda willis 2020년 8월 15일
Say I have included the jdbc file in my app files. Will this app work well in a PC without MySQL.

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by