Have you tried ...?
<cfset today = createODBCDate(now())>
<cfset tomorrow = createODBCDate(dateAdd('d', 1, now()))>
WHERE reminderDate >= <cfqueryparam cfsqltype="cf_sql_date" value="#today#">
AND reminderDate < <cfqueryparam cfsqltype="cf_sql_date" value="#tomorrow#">
You might also try CAST'ing the reminderDate column to either date or timestamp.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290906
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4