Posts by Junior Quaresma Gutekoski • 11 points
1 post
-
1
votes2
answers253
viewsQ: How to store multiple user names in one variable?
I have a form, and in it I make a query in the database: private void Consulta() { var dataCom = Convert.ToDateTime(label1.Text).ToShortDateString(); var conf = $"select * from data where data_venc…