أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
i followed this link to connect SQL SERVER with matlab
Verify that you add the path to your JDBC driver to the static or dynamic path. Ensure that you provide the correct JDBC driver name for the driver and database arguments.
Add the "ojdbc14.jar" file location to your classpath/path then u will not get the error
because you have provide the incorrect JDBC driver name for the driver and database
matlab has to know the JBDC driver path in order to connect to the database. It use this path for database connection.
There must be Mysql jar missing from the library,and due to absence of the mysql jar the class path of the driver can't be recognized.
The username & password are not same it seems.Even there must be jar file for specific connection.
The reasons are
1. Not proper path defined
2. Have to add the extension files before compilation
3. Missing of JDBC driver in the system.
there is need to add your JDBC driver to static or dynamic path
Need to find if driver jdbc is corected installed or install this
The JDBC jar file has to be included in static Java classpath (the classpath.txt file).
for more details, review the DB Toolbox's documentation.