diff --git a/Program.cs b/Program.cs index 3dfd0a3..2ae46a5 100644 --- a/Program.cs +++ b/Program.cs @@ -59,6 +59,7 @@ class Program string sqlQuery = "SELECT * FROM tblEmpresas"; using (OleDbCommand command = new OleDbCommand(sqlQuery, connection)) { + //teste using (OleDbDataReader reader = command.ExecuteReader()) { while (reader.Read())