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

How to Perform a Database-independent Databind with UDLA Framework

Rate me:
Please Sign up or sign in to vote.
3.80/5 (5 votes)
12 Dec 2008CPOL4 min read 23.2K   218   14  
How to perform a database-independent databind with UDLA (Universal Database Layer Access)

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDLADemo", "UDLADemo\UDLADemo.csproj", "{7FDF4288-F851-49FF-9621-A1169E20A2C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDLAMSAccess", "..\UDLA\UDLAMSAccess\UDLAMSAccess.csproj", "{B3D2933A-A42B-4FDB-B254-E9C1E67AF177}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDLACore", "..\UDLA\UDLACore\UDLACore.csproj", "{F0ED5691-25AA-4564-9E10-A5274861C5E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDLAPG", "..\UDLA\UDLAPG\UDLAPG.csproj", "{A4EEC2C5-9950-4D9D-A68E-4FA54BA628A3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7FDF4288-F851-49FF-9621-A1169E20A2C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7FDF4288-F851-49FF-9621-A1169E20A2C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7FDF4288-F851-49FF-9621-A1169E20A2C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7FDF4288-F851-49FF-9621-A1169E20A2C0}.Release|Any CPU.Build.0 = Release|Any CPU
		{B3D2933A-A42B-4FDB-B254-E9C1E67AF177}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B3D2933A-A42B-4FDB-B254-E9C1E67AF177}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B3D2933A-A42B-4FDB-B254-E9C1E67AF177}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B3D2933A-A42B-4FDB-B254-E9C1E67AF177}.Release|Any CPU.Build.0 = Release|Any CPU
		{F0ED5691-25AA-4564-9E10-A5274861C5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F0ED5691-25AA-4564-9E10-A5274861C5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F0ED5691-25AA-4564-9E10-A5274861C5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F0ED5691-25AA-4564-9E10-A5274861C5E5}.Release|Any CPU.Build.0 = Release|Any CPU
		{A4EEC2C5-9950-4D9D-A68E-4FA54BA628A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A4EEC2C5-9950-4D9D-A68E-4FA54BA628A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A4EEC2C5-9950-4D9D-A68E-4FA54BA628A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A4EEC2C5-9950-4D9D-A68E-4FA54BA628A3}.Release|Any CPU.Build.0 = Release|Any CPU
	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
Chief Technology Officer
Italy Italy
I'm senior developer and architect specialized on portals, intranets, and others business applications. Particularly interested in Agile developing and open source projects, I worked on some of this as project manager and developer.

My programming experience include:

Frameworks \Technlogies: .NET Framework (C# & VB), ASP.NET, Java, php
Client languages:XML, HTML, CSS, JavaScript, angular.js, jQuery
Platforms:Sharepoint,Liferay, Drupal
Databases: MSSQL, ORACLE, MYSQL, Postgres

Comments and Discussions