I'm trying to retrieve a list of tables from an MS Access mdb database file from Python using JayDeBeApi combined with UCanAccess. Querying the database works fine, though I cannot find out how top list all tables. I've been googling and trying for days now, but was not able to find a solution.
Anyone can help?
Thanks, best, Max
Once you have created the connection using Import pyodbc: run this
That should give you a list of all the tables in the MS access Db