C# MySQL Tutorial | Connecting Select Insert Update Delete




Connecting to a MySQL server and executing select, insert, update, delete query’s from within C#. .Net connector for MySQL: …

Original source


10 responses to “C# MySQL Tutorial | Connecting Select Insert Update Delete”

  1. i downloaded ur file and run it. when i click on "load all", it doesnt work and show a problem in 64th line :"An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll
    Additional information: Authentication to host '127.0.0.1' for user 'root' using method 'mysql_native_password' failed with message: Unknown database 'db_tut' ". but db_tut was existed in my PC
    can u help me to solve it???

Leave a Reply