i am connecting to a MS Access database in my php script, but i am having problems finding a way to get a list of all the table name in that database. i am not using the normal odbc and dsn way, sense that will not work for what i am trying to accomplish. so odbc_tables is out of the question. i am trying to find some sort of sql query i can do i the database to return a list of tables. thanks for the help.