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

7 次查看(过去 30 天)
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?

回答(1 个)

Sahithi Kanumarlapudi
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.

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by