Create Access file
显示 更早的评论
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 个评论
Kaustubha Govind
2011-5-4
This might be an issue related to MS Access itself (not MATLAB). See http://support.microsoft.com/kb/209805
Guillermo Rodriguez
2011-5-4
vinh
2011-5-24
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 :-)
回答(2 个)
vinh
2011-5-24
0 个投票
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
vinh
2011-5-26
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!