C# with MySQL Database
// October 30th, 2009 // No Comments » // Programming
If you want direct connection from C# to MySQL you can use MySQL.Data library from this resource. I’ve write down my own DataAccess class to make my work in other class easier.
Settings is setting class in .NET you can click on project->properties->settings to generate this class. You can find this file in Debug folder that have .config extension.



