Posts by Jackson Mendes • 11 points
2 posts
-
0
votes0
answers81
viewsQ: How to pass data from a Jtextfield to a Postgresql Date field
I urge you to help me solve a problem of entering data type Date (SQL) to register new students in the Crud project developed by me in the code below. The method containing the INSERT INTO command…
-
1
votes1
answer906
viewsQ: Passing variable value obtained in one method to another method in Java
The project is a school GED, where there is the main class that makes the connection to database and there is another class to generate PDF files. The issue is that the system comes to extract the…