Description of List database objects using ADO and ADOX :
Eventhough there are more methods to list database objects, the author in this online article describes two important methods to get the list from a database or ADODB connection. The author demonstrates this concept using ADODB.connection and open schema method. Then again he demonstrates the same task using ADOX.catalog and its collections. The sample source code is given for both the methods.