Posts by Gabriel • 1 point
1 post
-
-1
votes2
answers810
viewsA: Select Count Java
In case it would be: txtTotalProdutos.setText(String.valueOf(rs.getInt(1))); For the count returns a value of type integer.
1 post
-1
votes2
answers810
viewsIn case it would be: txtTotalProdutos.setText(String.valueOf(rs.getInt(1))); For the count returns a value of type integer.