Posts by Paulo Tokarski • 121 points
2 posts
-
0
votes1
answer251
viewsQ: Mongodb for multi-user data
I am developing an application to the best ERP style, but much simpler. It is a program of type MEAN (Mongodb, Express, Angular 2 and Nodejs) and also has a version for Android made with Ionic 2. It…
-
2
votes1
answer1738
viewsA: Search using Jtextfield and Jtable
Hello, I don’t know if it’s the best way, but I once used the following steps: 1 - Clear table lines: model.setNumRows(0); 2 - Execute search (use Prepare Statement): "SELECT * FROM Sua Tabela WHERE…