jTextFields
. But I can not get anyone to help me, I'm grateful, to help get a sense of what I need here is an example:
sql= "SELECT * FROM login_sistema WHERE usuario_login =(aqui no caso ficaria a variavel do jTextField) AND senha_login =(aqui no caso ficaria a variável do jTextField) ";
But I do not know how to implement in the field marked the variable containing the value of textField
tried in several ways but only resulted error.