Click here to Skip to main content
15,886,873 members
Articles / Programming Languages / Visual Basic

DBdoc: automated CHM documentation for a SQL Server 2000 database

Rate me:
Please Sign up or sign in to vote.
4.84/5 (39 votes)
14 Nov 200615 min read 174.8K   1.8K   163  
A tool to generate CHM documentation files for SQL Server 2000 databases
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DBdoc", "DBdoc.vbproj", "{16CECA1B-1719-40F6-B405-7710D37268AD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{16CECA1B-1719-40F6-B405-7710D37268AD}.Debug.ActiveCfg = Debug|.NET
		{16CECA1B-1719-40F6-B405-7710D37268AD}.Debug.Build.0 = Debug|.NET
		{16CECA1B-1719-40F6-B405-7710D37268AD}.Release.ActiveCfg = Release|.NET
		{16CECA1B-1719-40F6-B405-7710D37268AD}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Technical Lead
Italy Italy
I was born in 1970.

My first computer experience dates back to early 80s, with a Sinclair ZX81.
From that time on, as many "friends" say, my IT-illness has increased year by year.

I graduated in Electronic Engineering and earned the following Microsoft certifications:
MCP, MCT, MCDBA, MCSD, MCAD, MCSD for .NET (early achiever).

I worked in IT as a developer, a teacher, a consultant, a technical writer, a technical leader.
IT knowledge applied to real life is my primary interest and focus.

Comments and Discussions