Comentário teste

This commit is contained in:
giuliano 2023-11-01 17:56:35 -03:00
parent f68431413b
commit cb3a46664e

View File

@ -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())