Posts by DanRomanini • 33 points
2 posts
-
3
votes2
answers626
viewsQ: Execute a condition (if/Else) that is inside a string in c# 4.5
I own a class that generates files csv from a query, and that file may have several templates, some with conditions to display value x or y. These conditions are within a database and when I recover…
-
0
votes1
answer117
viewsQ: How to use query column data as a row in datagridview?
I have a query with 3 columns that bring data from the Oracle database and I want to use one of these columns as row in datagridview. Are 3 columns name, data and contagem de nomes, and in the…