Posts by Allan Jaqueira • 1 point
4 posts
-
0
votes3
answers101
viewsA: Mysql printing multiple times
Thank you all for your help! It was solved this way in the eclipse: select ENDE.typo_address,street, neighborhood, city, zip code, CLI.name, code,seBomPaper,telephone from address to ENDE Inner Join…
-
0
votes3
answers101
viewsQ: Mysql printing multiple times
I’m having a problem printing Mysql data in Eclipse. When I put to print the list of registered data it is printing 3 times each information. I know where the problem is, but I can’t see the…
-
0
votes0
answers50
viewsQ: Problems to list BD MYSQL in eclipse
I’m having a problem in my Java code at the time of listing the Mysql BD in Eclipse. It turns out that when I put it to list the data, it’s listing the information 3 times but when I do the SELECT *…
mysqlasked Allan Jaqueira 1 -
0
votes2
answers638
viewsQ: While inside other While in Java
I am trying to do a while inside another while and after executing the code within the second while I ask if you want to continue or not, if yes, the program should loop from the first while. It…