Posts by Gean Michel • 1 point
1 post
-
0
votes0
answers113
viewsQ: Query takes time to complete
Good afternoon, you guys, am having a problem executing a query in c# using NPGSQL. try { bdConn.Open(); NpgsqlCommand sql = new NpgsqlCommand(); sql.Connection = bdConn; sql.CommandText = query;…