Currently I'm trying to write the result of a query in a txt file, the code I use is this one, but the query brings two columns and I only manage to write the first column.
SqlCommand comando = new SqlCommand("Select x,m * from xxx", cn);...
asked by
18.07.2018 / 17:17