Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / SQL

Using ADO.NET for Beginners

Rate me:
Please Sign up or sign in to vote.
4.79/5 (256 votes)
12 Sep 200519 min read 1.9M   38.4K   780  
ADO.NET for beginners.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseAccessWithADONET", "DatabaseAccessWithADONET.csproj", "{E1E3AB10-3D9E-41A2-9CEE-ED989E3F1CDD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E1E3AB10-3D9E-41A2-9CEE-ED989E3F1CDD}.Debug.ActiveCfg = Debug|.NET
		{E1E3AB10-3D9E-41A2-9CEE-ED989E3F1CDD}.Debug.Build.0 = Debug|.NET
		{E1E3AB10-3D9E-41A2-9CEE-ED989E3F1CDD}.Release.ActiveCfg = Release|.NET
		{E1E3AB10-3D9E-41A2-9CEE-ED989E3F1CDD}.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.


Written By
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions