Problem with Mysql library : dbconnection.getString()

hi all, i’m trying to change the text “g” to “7” but the code doesn’t get in the if condition and when i use println, “g” appears.

Try

if (w.equals("g")) {w="7";}
1 Like

you are right, I really thank you very much, I spent many hours solving this.