Posts by João • 3 points
1 post
-
0
votes1
answer66
viewsQ: Java type incompatibility
String query = "INSERT INTO codigos(Nome,Codigo) VALUES( '"+nome+"','" +codigo+ "')"; rs = st.executeUpdate(query); rs is a resulset, st is a statement, an error appears to say that there is an…