I think this is more of a database question than a CF question, so the answer would depend on which database you use. If you use MS SQL Server, you will find many free scripts that do this at sqlservercentral.com under the scripts section.
If what you want is a printable db structure, you could always use a program like PowerDesigner, Visio, ERWin, etc. It would take a lot of programming to come up with anything close to what those programs can create. Good luck, Mike Chabot On Nov 17, 2007 2:25 PM, Steve Good <[EMAIL PROTECTED]> wrote: > I am drawing a blank here. How do I dump the names of all the tables in > a database and the columns in each of the tables? I know how to dump > the columns and rows from a specified table, but that's not what i want > to do. What I'm trying to do is create a printable database structure > list without the row data. > > Thanks in advance! > ~Steve Good ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293546 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

