Click here to Skip to main content
15,881,139 members
Articles / Programming Languages / SQL

Stop writing connection management code every time you access the database

Rate me:
Please Sign up or sign in to vote.
3.88/5 (18 votes)
6 Jan 20068 min read 161.2K   2.3K   80  
A simple class library for database access without the pervasive and often-fragile connection management details.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADO.NET1.1", "ADO.NET1.1.csproj", "{9F03AC76-9FA4-4C17-A129-24553374375C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{9F03AC76-9FA4-4C17-A129-24553374375C}.Debug.ActiveCfg = Debug|.NET
		{9F03AC76-9FA4-4C17-A129-24553374375C}.Debug.Build.0 = Debug|.NET
		{9F03AC76-9FA4-4C17-A129-24553374375C}.Release.ActiveCfg = Release|.NET
		{9F03AC76-9FA4-4C17-A129-24553374375C}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		csUnit.UnitTest.Count = 1
	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
Web Developer
United States United States
I've done extensive work with C++, MFC, COM, and ATL on the Windows side. On the Web side, I've worked with VB, ASP, JavaScript, and COM+. I've also been involved with server-side Java, which includes JSP, Servlets, and EJB, and more recently with ASP.NET/C#.

Comments and Discussions