Click here to Skip to main content
15,893,161 members
Articles / Web Development / ASP.NET

Web-based Data Access Object for Unmanaged Application

Rate me:
Please Sign up or sign in to vote.
4.81/5 (5 votes)
25 Apr 2013CPOL3 min read 18K   204   13  
Unmanaged code application accessing data in a database via Web Services without a database provider.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDAO", "WebDAO\WebDAO.csproj", "{ADD72C43-3606-437C-8FE3-50003E76E4A2}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSWebDAO", "WSWebDAO\WSWebDAO.csproj", "{778D9D13-9A20-466B-B30E-B84CDCD55D7E}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebDAOTest", "WebDAOTest\WebDAOTest.vcproj", "{3D015F96-7651-4A75-BA9E-0160C2C2E660}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|Win32 = Debug|Win32
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Release|Any CPU.Build.0 = Release|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{ADD72C43-3606-437C-8FE3-50003E76E4A2}.Release|Win32.ActiveCfg = Release|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Release|Any CPU.Build.0 = Release|Any CPU
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Release|Mixed Platforms.Build.0 = Release|x86
		{778D9D13-9A20-466B-B30E-B84CDCD55D7E}.Release|Win32.ActiveCfg = Release|Any CPU
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Debug|Any CPU.ActiveCfg = Debug|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Debug|Mixed Platforms.Build.0 = Debug|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Debug|Win32.ActiveCfg = Debug|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Debug|Win32.Build.0 = Debug|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Release|Any CPU.ActiveCfg = Release|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Release|Mixed Platforms.ActiveCfg = Release|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Release|Mixed Platforms.Build.0 = Release|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Release|Win32.ActiveCfg = Release|Win32
		{3D015F96-7651-4A75-BA9E-0160C2C2E660}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Korea (Republic of) Korea (Republic of)
Software Engineer.

Comments and Discussions