Posts by Rodrigo Oliveira • 21 points
2 posts
-
0
votes3
answers1061
viewsQ: While Resultset.next() returning only one result
I have a problem when I put the ResultSet.next() in the while and get the information from the column of the Database returns me only one result. Table 'People': Pessoas: Idade: Marcos 22 Marcos 24…
-
1
votes0
answers34
viewsQ: How to get the name of a section that contains a String
The code serves to get all the sections in the YML file, so far it is working, but I do not know how to get the section that contains the name "So-and-so", for example: Grupos: Usuário: pessoas: -…