Click here to Skip to main content
15,894,955 members
Articles / Programming Languages / C#

How to easily test your ADO.NET connections

Rate me:
Please Sign up or sign in to vote.
4.20/5 (2 votes)
22 Mar 2011CPOL3 min read 40.5K   1.9K   19  
If you are having trouble connecting to a database using a program that uses an ADO.NET connector, this program is a great way to test it step by step.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseTester", "DatabaseTester\DatabaseTester.csproj", "{4D28A592-6916-4027-AEC7-DC597200A9E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kailua", "Kailua\Kailua.csproj", "{D3EC000B-B105-4ED7-B2E9-60F0A5E22FC2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4D28A592-6916-4027-AEC7-DC597200A9E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4D28A592-6916-4027-AEC7-DC597200A9E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4D28A592-6916-4027-AEC7-DC597200A9E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4D28A592-6916-4027-AEC7-DC597200A9E0}.Release|Any CPU.Build.0 = Release|Any CPU
		{D3EC000B-B105-4ED7-B2E9-60F0A5E22FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3EC000B-B105-4ED7-B2E9-60F0A5E22FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D3EC000B-B105-4ED7-B2E9-60F0A5E22FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D3EC000B-B105-4ED7-B2E9-60F0A5E22FC2}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(TextTemplating) = postSolution
		TextTemplating = 1
	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
Chief Technology Officer Windward Studios
United States United States
CTO/founder - Windward Studios

Comments and Discussions