Click here to Skip to main content
15,896,453 members
Articles / Database Development / MySQL

Using MySQL from C# and Mono.NET

Rate me:
Please Sign up or sign in to vote.
4.74/5 (13 votes)
3 Jul 20054 min read 180.5K   2.7K   60  
An article on connecting to and using MySQL from Mono.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLConsole", "MySQLConsole.csproj", "{F9F7E8B5-0B1A-435B-A056-AB8DEDDB26F5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{F9F7E8B5-0B1A-435B-A056-AB8DEDDB26F5}.Debug.ActiveCfg = Debug|.NET
		{F9F7E8B5-0B1A-435B-A056-AB8DEDDB26F5}.Debug.Build.0 = Debug|.NET
		{F9F7E8B5-0B1A-435B-A056-AB8DEDDB26F5}.Release.ActiveCfg = Release|.NET
		{F9F7E8B5-0B1A-435B-A056-AB8DEDDB26F5}.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
Software Developer (Senior)
United Kingdom United Kingdom
Sixteen years experience in software programming and web development, using C, Visual Basic and C Sharp on Windows and Linux.

Comments and Discussions