Hello everyone, help make the right query to the database so that it compares that the username and password are entered correctly. I have a code.
cmd.CommandText = "SELECT * FROM t_user WHERE pass =" + pass + "and username=" + username; But it does not work :(
Here is the database itself
