Joined
Last Seen
-3 Reputation Points
- 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
0 Endorsements
Ranked #107.70K
1 Posted Topic
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 …
The End.
Kandapatrick19