Posts by Carlos Barreto • 1 point
2 posts
-
0
votes2
answers2001
viewsA: Login system in java
Is there no such comma after email = ? stmt = con.prepareStatement("SELECT * FROM cadastro_user WHERE email = ? , and password = ?"); Stay like this stmt = con.prepareStatement("SELECT * FROM…
-
0
votes1
answer460
viewsQ: Nav-tabs nested
Friends I have a Nav-bar that is calls a Nav-tabs1 and I would like there to be another Nav-tabs2 only that when entering all the options that are called after by Nav-bar do not stay on Nav-tab1, it…