by Pradeep Mishra Induslogic (1 Submission)
Category: Complete Applications
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(37 Votes)
Hi friends, once I had to document a SQL Server 2000 database, the database had more than 1000 objects; I tried to document the database manually but it was a tedious job so I explored a tool which can document SQL 2000 databases, I found one known as SQL-Scribe, It was 400$ product which I could not afford so I made my own. It took me 3 days to build the tool; I have used SQL DMO to retrieve information about the database. There is a CSS file which users can change to change look and feel of the compiled
html file.
Should Have Following Installed
SQL Server 2000 SP1 Client Or Server, Compiled HTML help executable usually C:\Program Files\HTML Help Workshop\hhc.exe
Key-Words: Database, Document, Documenter, CHM, Compiled HTML, HTML Help
Code Returns
CHM file of the database document.