Posts by João Pedro Henrique Pereira • 11 points
2 posts
-
0
votes1
answer88
viewsA: Send text file to Pgadmin
Well, in my File class, we created the method to load File, which will be responsible for sending my txt file to a List. public class Arquivo { public static List<String> carregarArquivo() {…
-
1
votes1
answer88
viewsQ: Send text file to Pgadmin
I need a little help, I’m a beginner.I have to send a txt file that I open in netbeans to a Pgadmin table. If you see the code you will understand me. I tried to put my method that shows the txt…