Re: preventing sql injection
Re: preventing sql injection
- Subject: Re: preventing sql injection
- From: "John Huss" <email@hidden>
- Date: Thu, 25 Oct 2007 09:34:21 -0500
Is there some formatter or something that will make a search-string
'wildcard-safe'? Or are these home-brewn?
How about:
filterString = filterString.replace("%", "").replace("*", "");
untested...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden