Does anyone know if (and how) it is possible to retreive all tablenames from an Access database.
I connect to the database using ADO.
I found some Delphi application that did it (http://www.swissdelphicenter.ch/en/showcode.php?id=1433 ), but don't know how to do this in PHP.
I want to convert my access database to MySQL.
I can do this by giving all names seperately, but I think it is nicer to retreive them.... so I can re-use the script.