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

8 views (last 30 days)
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?

Answers (1)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi on 27 Sep 2019
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.

Products

Community Treasure Hunt

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

Start Hunting!