Click here to Skip to main content
15,886,793 members
Articles / Database Development / SQL Server

Using ADO.NET programmatically with C#

Rate me:
Please Sign up or sign in to vote.
2.86/5 (32 votes)
15 Dec 2005CPOL4 min read 168.5K   3.9K   39  
An article on using ADO.NET programmatically.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LIBManager", "LIBManager.csproj", "{73BDE596-66ED-4219-97DA-50616A176070}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{73BDE596-66ED-4219-97DA-50616A176070}.Debug.ActiveCfg = Debug|.NET
		{73BDE596-66ED-4219-97DA-50616A176070}.Debug.Build.0 = Debug|.NET
		{73BDE596-66ED-4219-97DA-50616A176070}.Release.ActiveCfg = Release|.NET
		{73BDE596-66ED-4219-97DA-50616A176070}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Turkey Turkey
Started writing code in 1988. There were GW Basic, Turbo Pascal, Turbo C under DOS.
While studentship there were Assembly, C++, digital electronics, microprocessors..in the scene as new things. Then next versions, next generations like Visual Basic, Delphi, C++ Builder, next platforms like Windows, Win32, Linux. Last years many projects took place using various tech and under various platforms. New technologies and IDEs like Delphi 2005, Visual Studio 2003, 2005, C#, ASP.NET, ADO.NET, Metodologies and Tools like UML, Starteam..

Comments and Discussions