Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / C#

Data Application Block for Firebird SQL

Rate me:
Please Sign up or sign in to vote.
3.97/5 (13 votes)
29 Mar 2006CPOL2 min read 57.9K   1.2K   41  
Data Application Block for Firebird SQL intended to speed the development of applications

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FbDataApplicationBlock", "FbDataApplicationBlock.csproj", "{868E58D1-44DE-4A19-9E48-5417D5BECE92}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Debug|x86.ActiveCfg = Debug|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Debug|x86.Build.0 = Debug|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Release|Any CPU.Build.0 = Release|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Release|x86.ActiveCfg = Release|x86
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {99376D60-EEEB-4999-B6C0-C1158910D678}
	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
Web Developer
United States United States
Alex is the founder, President, Architect, of a one man development and consulting company (Avida, Corp of Miami, FL), and he is also a shameless self promoter. A deserter of the accounting profession, Alex is been developing/supporting windows and web applications for Fortune 500 and small companies as well since 2000.

His programming experience includes VB6, VB.NET, C#, ASP, ASP.NET, MSSQL 7/2000/2005, Firebird SQL 1.7. Alex has acquired expertise in Visual Studio, Reporting Services, SQL Server, and other stuff that I can’t remember right now.

In his spare time, he enjoys bicycling with his trusted Litespeed titanium racing bike which is his favorite material possession.

He goes anywhere and takes any challenge that the Technology field troughs at him, and sometimes he even wins. He can be more often found at code camps, user groups, the local Microsoft office’s cafeteria, or sleep in his couch.

Comments and Discussions