From cb3a46664e8fe68dd75ea43018f0d8c1c649b538 Mon Sep 17 00:00:00 2001 From: giuliano Date: Wed, 1 Nov 2023 17:56:35 -0300 Subject: [PATCH] =?UTF-8?q?Coment=C3=A1rio=20teste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) 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())