Mysql – Problems with executeQuery
I'm trying to use MySQL and jdbc, but I can't use the executeQuery command, do you know why? It's the first time I've programmed in Java and integrated SQL into the program, I don't know what's wrong. import java.beans.Statement; import…