Posts by Rafaaw • 11 points
3 posts
-
0
votes1
answer431
viewsQ: Check if you have reached the last row of the table
I’m using this code to do a approved or flunked, but when he gets to the last line, he’s not checking if he’s on the last line and he doesn’t give me the result. I would like to know how to check if…
-
-1
votes1
answer39
viewsQ: Filter in consultation
modelo.setNumRows(0); Class.forName(Auxiliar.AcessoBanco.getDriver()); Connection con = DriverManager.getConnection(Auxiliar.AcessoBanco.getUrl(), Auxiliar.AcessoBanco.getUser(),…
-
-1
votes1
answer92
viewsQ: Convert data, how to proceed?
I’m having a little problem with my code. In my bank when saved the date 03/07/2017 it works, but in the bank of my family’s company, only works if I enter the date 07/03/2017. That date the…