Sherry,

How 'bout converting both sides of the WHERE clause to all upper (or 
lower) case?  Might be simpler way of bypassing case-sensitivity.... e.g.

SELECT *
     from aTable
          where upper(proj_name) LIKE '%#UCase(projcontains)#%';



><CFQUERY NAME="GetContracts" DATASOURCE="Purchasing">
>SELECT *
>FROM pwcntrct
>
>...various other CFIF statements
>
><CFIF projcontains IS NOT "">
>       WHERE proj_name LIKE '%#FindNoCase(projcontains, projcontains)#%'
></CFIF>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to