Ahhh.... so am I understanding this correctly, it converts it to lower case
before it actually sends the request to the db?

-----Original Message-----
From: Matt Quackenbush [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 11, 2007 12:49 AM
To: CF-Talk
Subject: Re: Need help searching for files in a directory

No need for that.  If you look at my example, you'll see that I used lCase()
ColdFusion function to make sure that the form value was in lower case as
well.  So it covers it all.


On 2/10/07, Bob Imperial <[EMAIL PROTECTED]> wrote:
>
> Thanks Matt...this covers the two possibilities of upper and lower case ..
> Select * from qryResult Where lower(name) Like '%#form.findThis#%' OR
> upper(name) Like '%#form.findThis#%'
>
> I guess maybe I should address the other possibilities by eliminating 
> the uploading of mixed case names on the front end via javascript ;-)
>
> Thanks again!! Bob
>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269445
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to