I am trying to get a list of all the tables in an Access database using Matlab.
I still use actxobject and can successfully run database queries, but all the methods that I read here have failed.
I keep getting the error "No read permission on MSysObjects". The request is executed within the framework of the Access program, but the implementation of my program does not allow me to save the request there.
So, my question is: is there a way to list all Access database tables through Matlab?
source
share