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!