Click here to Skip to main content
15,893,668 members
Articles / Programming Languages / C#

How to link to an Access Database in a C# Application

Rate me:
Please Sign up or sign in to vote.
3.24/5 (51 votes)
21 Sep 20043 min read 432.2K   18.3K   84  
An article explaining how to link your home database in your C# application.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsApplication1", "WindowsApplication1.csproj", "{CC105F61-C075-4E3C-B12C-5200096F9350}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{CC105F61-C075-4E3C-B12C-5200096F9350}.Debug.ActiveCfg = Debug|.NET
		{CC105F61-C075-4E3C-B12C-5200096F9350}.Debug.Build.0 = Debug|.NET
		{CC105F61-C075-4E3C-B12C-5200096F9350}.Release.ActiveCfg = Release|.NET
		{CC105F61-C075-4E3C-B12C-5200096F9350}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
United Kingdom United Kingdom
Ahmed J. Kattan Bachelor degree from Jordan University of Science and Technology computer science department, Master Degree from University of Essex and PhD student at University of Essex ”United Kingdom”, I have written several applications, designed multiple algorithms and several publications. My favorite languages are C++ and C#.



see www.ahmedkattan.com to view Ahmed Kattan's online CV.

Comments and Discussions