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:269444
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to