Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / Visual Basic

SQL Stored Procedure Wrapper & Typed DataSet Generator for .NET

Rate me:
Please Sign up or sign in to vote.
4.50/5 (46 votes)
7 Dec 2002BSD4 min read 379.6K   6K   142  
This a small tool that will generate static methods in a class that acts as wrapper for SQL stored procedures. It either outputs a source file or a compiled assembly. Also supports automatic DataSet generation.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBHelper", "SP\DBHelper.csproj", "{D5F23D5E-2D7F-41BF-BBFA-9525EEA95BD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPTestApp", "SPTestApp\SPTestApp.csproj", "{03AD0FA6-A063-4868-B2F6-4D73CC386F49}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccProjectName0 = DBHelper
		SccLocalPath0 = .
		SccProvider0 = MSSCCI:Jalindi\u0020Igloo
		CanCheckoutShared = true
		SolutionUniqueID = {4245C344-DFE0-40D6-9CDC-794ABCC5CC41}
		SccProjectUniqueName1 = SP\\DBHelper.csproj
		SccLocalPath1 = .
		CanCheckoutShared = true
		SccProjectFilePathRelativizedFromConnection1 = SP\\
		SccProjectUniqueName2 = SPTestApp\\SPTestApp.csproj
		SccLocalPath2 = .
		CanCheckoutShared = true
		SccProjectFilePathRelativizedFromConnection2 = SPTestApp\\
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D5F23D5E-2D7F-41BF-BBFA-9525EEA95BD6}.Debug.ActiveCfg = Debug|.NET
		{D5F23D5E-2D7F-41BF-BBFA-9525EEA95BD6}.Debug.Build.0 = Debug|.NET
		{D5F23D5E-2D7F-41BF-BBFA-9525EEA95BD6}.Release.ActiveCfg = Release|.NET
		{D5F23D5E-2D7F-41BF-BBFA-9525EEA95BD6}.Release.Build.0 = Release|.NET
		{03AD0FA6-A063-4868-B2F6-4D73CC386F49}.Debug.ActiveCfg = Debug|.NET
		{03AD0FA6-A063-4868-B2F6-4D73CC386F49}.Debug.Build.0 = Debug|.NET
		{03AD0FA6-A063-4868-B2F6-4D73CC386F49}.Release.ActiveCfg = Release|.NET
		{03AD0FA6-A063-4868-B2F6-4D73CC386F49}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		Item:1 = article.htm
		Item:2 = RTFM.txt
	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 BSD License


Written By
Software Developer
South Africa South Africa
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions