Click here to Skip to main content
15,867,568 members
Articles / Database Development / SQL Server

DACBuilder – Data Access objects generation tool based on XML and XSL templates transformation

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
31 Mar 2006CPOL23 min read 75.5K   1.9K   68  
The DACBuilder application provides auto-generation features from multiple database systems in multiple programming languages.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DACBuilder", "DACBuilder.csproj", "{5D729BCB-FD4B-4C6D-818C-A2C840469627}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		BuilAll = BuilAll
		Debug = Debug
		Release = Release
		Work = Work
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.BuilAll.ActiveCfg = Release|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.BuilAll.Build.0 = Release|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Debug.ActiveCfg = Debug|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Debug.Build.0 = Debug|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Release.ActiveCfg = Release|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Release.Build.0 = Release|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Work.ActiveCfg = Release|.NET
		{5D729BCB-FD4B-4C6D-818C-A2C840469627}.Work.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer Telstra Internet
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions