|
-
August 8th, 2011, 11:09 AM
#2
Re: How to use sql LIKE clause in java to retrieve records in database?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|