Create Access file
Show older comments
I know how to connect with an Access database and perform all actions with it from matlab, but is there any way of creating the .mdb file from matlab without having to make manually?
I tried creating an activeX server but when using the DBEngine.CreateDatabase it says "Couldn´t find the ISAM installable file" (or something like that, due to I get that sentence in Spanish and don´t know how it is in English exactly)
Thanks in advance
3 Comments
Kaustubha Govind
on 4 May 2011
This might be an issue related to MS Access itself (not MATLAB). See http://support.microsoft.com/kb/209805
Guillermo Rodriguez
on 4 May 2011
vinh
on 24 May 2011
Your problem is the same as mine, and I want to set up the password of the access file through the .m file.
Hope someone will give some help :-)
Answers (2)
vinh
on 24 May 2011
0 votes
I have an idea to have new access file: create an access file manually, then use "copyfile" function to create many another access files.
:-) such a stupid idea
1 Comment
Guillermo Rodriguez
on 24 May 2011
vinh
on 26 May 2011
0 votes
May be you should create .mdb file by visual basic, then use Matlab to associate with it later.
I'm trying to solve this problem these days for my project.
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!