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!