Hello chdboy please check this line
PS.setString(1, User);
PS.setString(2, _Pass);
PS.executeUpdate();
you have provided normal text to user and password field While you need to provide hex code in this line no 1 and 2
Hello chdboy please check this line
PS.setString(1, User);
PS.setString(2, _Pass);
PS.executeUpdate();
you have provided normal text to user and password field While you need to provide hex code in this line no 1 and 2
I think you provide normal username and password to ps you need to provide hex code