I\'m working on C# and MySql request. I\'m trying to retrieve my datas in my db but I have this error message : Invalid attempt to Read when reader is closed.
Thanks for
The using block closes the connection here (on exit)
using (mysqlCommand = new MySqlCommand(query, mysqlConnection))