Quoting "Everett, Al" <[EMAIL PROTECTED]>:
> 
> I'm finding an issue with how 4.5 and 5 treat DATE columns using
> CFQUERYPARAM.
> 
> I have the following (snippet) in one of my queries:
> 
> AND    
>       AUTHORIZATION_EMAIL_NEXT_DATE < <cfqueryparam
> cfsqltype="CF_SQL_DATE" value="#CreateODBCDate("10/31/2002")#">
> 
> In CF4.5 this throws an error: CFQUERYPARAM data conversion error

In CF 4.5 I don't have a problem if I use value="yyyy-mm-dd"
But it may be a driver issue, YMMV.

Jochem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to