Posts by Raphael Moraes • 13 points
2 posts
-
0
votes1
answer61
viewsQ: nullException when setting database data as parameter
I am trying to bring the database data with this method of my DAO class: public List<Transacoes> listDBPF(){ Connection con = new ConnectionFactory().getConnection(); ResultSet res;…
-
0
votes1
answer126
viewsQ: Relationship in database table
I have a registration form where contains personal information, professionals, additional, financial and production, my doubt, as it gives many columns, I believe that more than 50 fields. Is it…