The LIKE clause is executed by the DBM and has nothing to do with Java. If your SQL statement not returning what you expect first of all change the SQL to do an exact match for a known alumni name to see if the surrounding code is working. If that returns the correct record see if the SQL with the LIKE statement will return an exact match.