how to use SQLServer/JDBC from compiled Matlab code?

조회 수: 1 (최근 30일)
tombola
tombola 2011년 12월 21일
Hi, my matlab code successfully calls SQLServer via JDBC when running the code from the Matlab workbench.
I've done this via editing the classpath.txt and librarypath.txt
However, when I compile my Matlab code and try and run it on another machine I get a JDBC Driver Error - Driver not found / loaded.
I have installed the Matlab runtime on the other machine and ran other Matlab programs, I just can't use JDBC. I have edited the runtime classpath.txt and librarypath.txt files.
Any help much appreciated!
Tom

채택된 답변

Titus Edelhofer
Titus Edelhofer 2011년 12월 21일
Hi Tom,
just to be sure: on "the other machine" you have used the MCRInstaller to install the MCR, and you edited there the classpath, e.g. c:\program files\MATLAB Compiler Runtime\v711\toolbox\local\{classpath.txt / librarypath.txt}?
Titus
  댓글 수: 1
tombola
tombola 2011년 12월 21일
You the man! Windows search has to be the worst bit of software ever... I'll have to go back and find out which files I edited.

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

추가 답변 (1개)

Chirag Gupta
Chirag Gupta 2011년 12월 21일
Try and use the javaaddpath command in the code to set up the javapath instead of classpath.txt

카테고리

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