How can I determine if Database Toolkit is present in my installation?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Srini
le 3 Fév 2014
0 votes
1 commentaire
Andreas Goser
le 5 Fév 2014
See my comment. If licence('inuse') just returns "matlab", this is not a proof Database tbx is not installed...
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!