How to import the data from MS Acess database?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Charles Kim
el 31 de Oct. de 2018
Respondida: Charles Kim
el 5 de Nov. de 2018
After the launch, the directory is set at C:\Apps\MATLAB\R2016a\toolbox\database\dbdemos. At the command prompt,
> connA=database('SampleDB','','') > connA.Message [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I followed the example, but cannot find any file that has SampleDB. I do not know how to fix the error. Eventually I hope to import the data from any database I created using MS Acess 2013. Please help.
1 comentario
Respuesta aceptada
Más respuestas (2)
Ran Chen
el 5 de Nov. de 2018
To connect to 32-bit Microsoft Access Database from 64-bit MATLAB, please take the following steps in the attached link:
https://www.mathworks.com/matlabcentral/answers/235949-how-to-connect-to-32-bit-microsoft-access-database-from-64-bit-matlab
0 comentarios
Ver también
Categorías
Más información sobre Database Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!