Setup/Configure a DSN-less database without the Database Toolbox GUI MATLAB R2018b
조회 수: 1 (최근 30일)
이전 댓글 표시
Please how do I setup a DSN-less database connection without using the Database Toolbox GUI on MATLAB R2018b?
댓글 수: 0
답변 (1개)
Piyush Kumar
2024년 9월 27일
편집: Piyush Kumar
2024년 9월 27일
There is a function odbc, introduced in R2021a which allows us to create a connection to a database using a DSN-less connection string. (DSN is a data source name.)
Please check this page for some examples - https://www.mathworks.com/help/database/ug/odbc.html#d126e39668
Since you are using R2018b, you must upgrade the MATLAB version to use this function.
댓글 수: 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!