Thread
:
Java - Searching a table in a database - small problem.
View Single Post
Apr 28th, 2005, 2:46 AM
#
2
Easter Bunny
Programmer
Join Date: Mar 2005
Location: different places. constantly on the run.
Posts: 57
Rep Power:
4
filmName.equals( searchfilmName )
can't compare strings with "==". use method equals or equalsIgnoreCase(). you'll find it in String's api.
__________________
There's got to be more to life than being really, really
ridiculously good looking
Easter Bunny
View Public Profile
Find More Posts by Easter Bunny