Is it possibile to use the MATLAB compiler to generate a stand-alone application for a visualization of values that are received from a database query?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Is there a possibility to use the MATLAB compiler to generate a stand-alone application for a visualization of values that are received from a database query?
I always get an error within the database query: invalid connection. Is it possible that the database drivers cannot be found?
Antworten (2)
Titus Edelhofer
am 17 Okt. 2011
0 Stimmen
Hi Thomas,
you should be able to use the database toolbox with the compiler. Note though, that it might be necessary to check some things: do you use a jdbc driver that has been added to the classpath? Take a look by "edit classpath.txt". If yes, you need to copy the classpath.txt file to the folder, where your executable is. If this is not the problem, perhaps show us the call to database().
Titus
2 Kommentare
Thomas Kiefer
am 17 Okt. 2011
Titus Edelhofer
am 17 Okt. 2011
Hi Thomas,
both methods are fine: the first is a PC wide setup, whereas the second is an application specific (which needs no change of the installation, can be an advantage in restrictive environment).
Gern geschehen ;-)
Titus
ajith
am 21 Nov. 2012
0 Stimmen
refer the following link its been useful
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!