Results 1 to 7 of 7
- 12-22-2012, 06:24 PM #1
Member
- Join Date
- Nov 2012
- Posts
- 15
- Rep Power
- 0
- 12-22-2012, 06:54 PM #2
Member
- Join Date
- Nov 2012
- Posts
- 15
- Rep Power
- 0
Java MySQL issues. Please HELP!
As you guys can see in the image above, the first username provided through the MySQL server is in fact equal to the User Provided Username typed in the textbox, but for some reason, java still says they are not equal? Help me please!
- 12-22-2012, 08:19 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,604
- Blog Entries
- 7
- Rep Power
- 17
Re: Java MySQL issues. Please HELP!
Don't compare two Strings for equality with the == operator; use the String.equals( ... ) method instead.
kind regards,
Jos
ps. this reply should be nailed to the front door of this forum.When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 12-22-2012, 10:31 PM #4
Re: Having trouble with Java login from with mySQL
Compare Strings and other objects by using the .equals(...) method. Not by ==.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-22-2012, 10:32 PM #5
Re: Having trouble with Java login from with mySQL
Moved from Networking.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-22-2012, 10:35 PM #6
Re: Having trouble with Java login from with mySQL
Also, go through the Forum Rules -- particularly the second paragraph. I've merged your two threads here. Please don't double post the same question in future.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-23-2012, 01:04 AM #7
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Similar Threads
-
trouble installing mysql workbench
By droidus in forum JDBCReplies: 13Last Post: 01-06-2012, 08:17 AM -
Trouble using JSP for MySQL database
By killasaurus tex in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 04-13-2011, 06:39 AM -
mySQL login code??
By sweet angle in forum JDBCReplies: 3Last Post: 10-20-2010, 09:42 AM -
JDBC and mySQL database trouble
By ichwar in forum JDBCReplies: 17Last Post: 08-16-2010, 11:21 PM -
Login with mysql
By fernando in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2007, 03:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks