Comentário teste
This commit is contained in:
parent
f68431413b
commit
cb3a46664e
@ -59,6 +59,7 @@ class Program
|
|||||||
string sqlQuery = "SELECT * FROM tblEmpresas";
|
string sqlQuery = "SELECT * FROM tblEmpresas";
|
||||||
using (OleDbCommand command = new OleDbCommand(sqlQuery, connection))
|
using (OleDbCommand command = new OleDbCommand(sqlQuery, connection))
|
||||||
{
|
{
|
||||||
|
//teste
|
||||||
using (OleDbDataReader reader = command.ExecuteReader())
|
using (OleDbDataReader reader = command.ExecuteReader())
|
||||||
{
|
{
|
||||||
while (reader.Read())
|
while (reader.Read())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user