Database Connectivity
显示 更早的评论
How I can access the Oracle and MS Access in matlab code, without using the ODBC connection?
回答(1 个)
Titus Edelhofer
2011-8-2
0 个投票
The database toolbox also allows for using the JDBC connection, i.e., using a jdbc driver...
Titus
2 个评论
Mohsin
2011-8-2
Titus Edelhofer
2011-8-2
Hi,
yes, there are other ways to connect. Nice thing about jdbc is, that you don't have to "prepare" the other computer, you can easily add the jdbc driver to your executable (lower part of "deploytool") and just run the program. No need to add some odbc setting.
Titus
类别
在 帮助中心 和 File Exchange 中查找有关 Configure Environment 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!