Daily Archives: 9/2/2006

ASP.NET Version Of Database Documentation Script

I have created an ASP.NET version of my script to document a database design using queries of the information_schema.tables. This required dynamically creating an unknown number of datagrid controls, one for each table that would be found. To do that … Continue reading

Posted in General | Leave a comment