jon,
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Jonathan Karlen <[EMAIL PROTECTED]>
:
: In many languages I could store the search string
: as an array and loop through the array inserting
: '%' symbols in between each character. I'm not
: aware of any CF way to do this.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
maybe i'm not understanding exactly what you want to do, but why not use a
list with a space as a delimiter?
then, just loop over that list creating that portion of your sql statement
as the value of a cf variable. then, in your cfquery just wrap that cf
variable with PreserveSingleQuotes() and you're home free.
good luck,
.jeff
name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]
------------------------------------------------------------------------------
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.