Posts by brainiac marco • 45 points
6 posts
-
-2
votes1
answer609
viewsQ: MVC Dao - How Do I Separate DAO from the Control Class?
1-My DAO is inside the Control Class, as I do to separate it in a Daobairro? 2-The Connected Bank has Factory Standard (Connection Factory)? Details here, with the codes:…
-
1
votes0
answers131
viewsQ: class fill table made in DAO class
Guys, I’m a little tied up and I’d appreciate your help. The project works, inserts users into the database, but I would like to do a jtable to display the entered data; Here the complete…
-
0
votes0
answers381
viewsQ: Add or enable items in Pallet in Android Studio
Please know how to enable Person Name, Textview Large, Textview Medium, Textview Small on Android Studio Pallet? They don’t appear here. Grateful…
-
0
votes3
answers587
viewsA: Androidstudio Onclicklistener() error
Solved I used Java Calendar instead of Android import java.util.Calendar;
-
0
votes3
answers587
viewsQ: Androidstudio Onclicklistener() error
I don’t know how to fix the Onclicklistener() error in the java class below, it just has to fix it Here the full code to download: https://www.sendspace.com/file/4sgv14 Error: classe…
-
0
votes1
answer269
viewsQ: Java mysql JDBC connection
I have a problem following this video lesson: I seem to follow what he tells me to do but the line goes red and wrong: con = DriverManager.getConnection("jdbc:mysql://127.0.0.1/videoAulaJDBC",…