Does an ODBC Driver exist, connecting ODBC databases to Matlab working on a Mac?

To implement a ODBC database to Matlab I need a ODBC Driver. But i can`t find an appropriate driver on the mathworks homepage or on any other?
I only have the JDBC driver on my Mac. So far as I know I can't connect a ODBC database with a JDBC driver?

Réponses (1)

The driver to be installed depends on the type of database you own. So consult your database administrator or refer to your database documentation for instructions about obtaining the appropriate ODBC driver.
Once you have installed the driver, you can create a data source and establish connection to your database.
For information on how to connect to the database refer to the following documentation.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by