Posts by Klausner Augusto • 1 point
1 post
-
0
votes2
answers31
viewsA: Code problem probably coming from Sqlserver
Your query is incorrect: SqlDataAdapter sda = new SqlDataAdapter("Select Count(*) *From Table where usuario=' " + txbuser.Text + "' and senha ='" + txbsenha.Text + "'", con); The right thing would…