News

This is an independient project, qhere I'm learning a bit more about C# and MySQL. The program creates a connection to a database, then modifies or reads a table from a database.
In order to use the MySQL_Connection, you must create an instance. The class implements iDisposable, so please use the "Using" syntax to ensure proper disposal of your connections. There are two ...