Database connectivity error with ms-access
Show older comments
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.
Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!