Matlab - Access database connection

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 件のコメント

Kaustubha Govind
Kaustubha Govind 2011 年 11 月 10 日
The documentation does have an example of using an .accdb data source from MATLAB: http://www.mathworks.com/help/toolbox/database/gs/braiey2-1.html#bq9n52f-1
So it looks like you might need to check your configuration again. Perhaps the setup description on that page could help?
Brian
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).
sst
sst 2012 年 6 月 13 日
Hi, I am also looking for a solution to this problem. Has one been found yet?

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2011 年 11 月 9 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by