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?
0 个评论
回答(1 个)
Sahithi Kanumarlapudi
2019-9-27
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!