Click here to Skip to main content
15,886,724 members
Articles / Desktop Programming / MFC

MsAccess MdbTools with MFC and .NET

Rate me:
Please Sign up or sign in to vote.
4.82/5 (9 votes)
13 Jan 2012LGPL310 min read 69K   9.9K   49  
Viewer of MsAccess databases directly from MFC and .NET - Repair corrupt databases

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCMdbTools", "MFCMdbTools\MFCMdbTools.vcxproj", "{42DC8520-554A-4A87-889C-4FB08F4EA952}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCMdbToolsTestApp", "MFCMdbToolsTestApp\MFCMdbToolsTestApp.vcxproj", "{786FAC53-D05E-4384-ABAF-5996B5C87C14}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Debug|Win32.ActiveCfg = Debug|Win32
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Debug|Win32.Build.0 = Debug|Win32
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Debug|x64.ActiveCfg = Debug|x64
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Debug|x64.Build.0 = Debug|x64
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Release|Win32.ActiveCfg = Release|Win32
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Release|Win32.Build.0 = Release|Win32
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Release|x64.ActiveCfg = Release|x64
		{42DC8520-554A-4A87-889C-4FB08F4EA952}.Release|x64.Build.0 = Release|x64
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Debug|Win32.ActiveCfg = Debug|Win32
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Debug|Win32.Build.0 = Debug|Win32
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Debug|x64.ActiveCfg = Debug|Win32
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Release|Win32.ActiveCfg = Release|Win32
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Release|Win32.Build.0 = Release|Win32
		{786FAC53-D05E-4384-ABAF-5996B5C87C14}.Release|x64.ActiveCfg = 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 GNU Lesser General Public License (LGPLv3)


Written By
Software Developer
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions