| Author |
using Strings to query database??
|
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
I have a simple question. Do I have to trim() the strings before using it in a select statement? for example: String thisString = request.getParameter("some"); thisString = thisString.trim(); . . . or is it irrelevant??
|
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
|
 |
Graham Thorpe
Ranch Hand
Joined: Mar 25, 2002
Posts: 264
|
|
Yes we can do trim function before select statement.This is very useful code also why because of not all database are not supported to trim function proprty.
|
 |
 |
|
|
subject: using Strings to query database??
|
|
|