Databases don't have column names, tables do. There is a tables collection that you can iterate through to find the tables in the DB. (You should probably skip the ones that start with "MSys".)
You can find the column names in a tabledef of each of the table you find in the tables collection.
|