Posts by BOBIMAULEI • 11 points
1 post
-
1
votes3
answers760
viewsQ: How to close mysql connections in C#
When executing the code below: DataSet bdDataSet; MySqlConnection conexao; public void inserir() { bdDataSet = new DataSet(); conexao = new MySqlConnection("Server=localhost; Database=teste; Uid=;…