Can't connect obdc from command line
이전 댓글 표시
I am trying to connect to mdb data base just using script commands and get the following error. When I connect using the database explorer toolbox, it has no problem.
>> configureODBCDataSource
>> conn=odbc('AZ_2000_6000.MDB','','')
Error using odbc (line 54)
Unable to access data source name. Use
configureODBCDataSource to create an ODBC data source.
답변 (1개)
Kojiro Saito
2021년 4월 9일
0 개 추천
Does AZ_2000_6000.MDB exactly match the data source name in Database Explorer?
You can check it in Database Explorer, Connect -> ODBC Data Sources.

카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!