Posts by Heitor Calaça Manoel Ferreira • 11 points
2 posts
-
0
votes3
answers102
viewsA: Check number in database
I managed to make it work, I do not know if in the correct way. Follow the code: DAO public List<Matrizes> verificarNumero(String numero) { try { List<Matrizes> lista = new…
-
0
votes3
answers102
viewsQ: Check number in database
In my database I have a table called "Matrices". In this table I record the livestock matrices I own on the farm, and each matrix has its respective number, which is stored in the "Number" column of…