Matlab - Access database connection
11 ビュー (過去 30 日間)
古いコメントを表示
conurl = ['jdbc:odbc:Driver={Microsoft Access Driver (*.accdb)}; DBQ=' dbpath]; this doesn't work with .accdb files it works only with .mdb
Is there a way to make .accdb work?
3 件のコメント
Brian
2012 年 1 月 13 日
Agreed, but I want to open a multitude of .mdb files from within a .m script without having to use the Windows ODBC GUI to create a datasource for each file.
Can't seem to get anything working on the new 64-Bit Matlab (R2011).
回答 (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!