Database connectivity error with ms-access
이전 댓글 표시
Database connectivity in matlab R2012a 64 bit in windows 7 64 bit using ms access 64 bit. i am getting error message when ping database is : Error using database/ping (line 105) Invalid connection. code used my me:
logintimeout(60);%60 second are alotted to establish connection between matlab and database
conn=database('db3','','');
setdbprefs('DataReturnFormat','cellarray');
ping(conn);%Error using database/ping (line 105) Invalid connection.
suggest me what is wrong in this code? thank you in adv.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!