Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C#

FireBird SqlAssistant - A FireBird SQL Data Block

Rate me:
Please Sign up or sign in to vote.
1.16/5 (5 votes)
16 Jan 2007 35K   802   18  
A FireBird .NET data access block completely written in C#. Supports Embedded SQL, INI File SQL and Stored Procedure
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FireBird.SqlAssistant", "FireBird.SqlAssistant.csproj", "{868E58D1-44DE-4A19-9E48-5417D5BECE92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{1F7A02F4-18B6-414F-A18B-1E65E2A0498C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	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}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{868E58D1-44DE-4A19-9E48-5417D5BECE92}.Release|Any CPU.Build.0 = Release|Any CPU
		{1F7A02F4-18B6-414F-A18B-1E65E2A0498C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1F7A02F4-18B6-414F-A18B-1E65E2A0498C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1F7A02F4-18B6-414F-A18B-1E65E2A0498C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1F7A02F4-18B6-414F-A18B-1E65E2A0498C}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Pakistan Pakistan
Software engineer developing solutions using Microsoft technologies.

Comments and Discussions