How can I determine if Database Toolkit is present in my installation?
Ältere Kommentare anzeigen
I am a first time user of Matlab.
I need to connect to a custom database (I have the jdbc driver) to import some data for analysis.
Our IT says the Database Toolkit is installed with the product. But when I try to create a connection (following the docs) I get the following error:
>> conn = database('TeiidOW', 'user', 'user', 'teiid-8.4.0.Final-jdbc','jdbc:teiid:OpenWorks@mm://localhost:31000;version=1');
Undefined function 'database' for input arguments of type 'char'.
BTW, I added the jdbc driver to classpath.txt and restarted MatLab.
Any pointers are much appreciated.
Thanks in advance Srini
Akzeptierte Antwort
Weitere Antworten (1)
Srini
am 3 Feb. 2014
0 Stimmen
1 Kommentar
Andreas Goser
am 5 Feb. 2014
See my comment. If licence('inuse') just returns "matlab", this is not a proof Database tbx is not installed...
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!