Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.70K
~713 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for CB8379

hi im new java i want create a lgin system but im blocked String query = "SELECT * FROM `multiuser` WHERE username=? and password =? and usertype=?"; con = DriverManager.getConnection("jdbc:mysql://localhost/multiuserlogin", "root", ""); pst = con.prepareStatement(query); pst.setString(1, txtuser.getText()); pst.setString(2, txtpass.getText()); pst.setString(3, String.valueof(jComboBox1.getSelectedItem())); // this line i have error message no method …

Member Avatar for Kandapatrick19
0
713

The End.