I am trying to use the new PDO (<!-- m --><a class="postlink" href="http://us3.php.net/manual/en/ref.pdo.php">http://us3.php.net/manual/en/ref.pdo.php</a><!-- m -->) Library that comes with PHP 5.1, and am at a stumbling block. Traditionally I use the mysql_list_tables function to get a full list of the tables in the current database I am working with. I do not see this functionality available in PDO. Has anyone done this yet?run a SHOW TABLES query