> CFSQLType ='CF_SQL_VARCHAR'>

Also for date columns use a date/time type instead of varchar.  If the column 
contains dates (only) you can use cf_sql_date, which truncates the time portion.

WHERE EXPIRATIONDATE = <cfqueryparam value = "#now()#" 
               CFSQLType

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350228
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to