Posts by Rodrigo • 41 points
3 posts
-
3
votes2
answers771
viewsQ: Mysql Workbench Error "Unknown File Encoding"
I have a problem, I backed up my bank, however when loading the script in the MySQL Workbench, I get a message saying: "Unknown File Encoding" If I choose utf8 get this message: I can only open it…
-
0
votes0
answers82
viewsQ: Is it possible to create fields in Jasperreports report without setting them beforehand?
Hi, I have a jTable where the user defines which fields will appear on it, this way I would need several reports JasperReports, one for each possible combination (chosen by jRadioButtons). There is…
-
1
votes0
answers558
viewsQ: How to query involving more than one table (JPA) using JPQL
Hello, I have a query using SQL, now I am changing the project using JPA and I would like to change the queries in a coherent way with JPA. public void gerarConsulta() {…