Re: Re:Date problem with CFMX and Oracle

2003-09-17 Thread Deanna Schneider
Using cf_sql_date will truncate the time. You want to use cf_sql_timestamp. -d - Original Message - From: "Brad Howerter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 10:10 AM Subject: Re:Date problem with

Re:Date problem with CFMX and Oracle

2003-09-17 Thread Brad Howerter
6.1 makes a change that breaks code like this. This was already covered on a different mailing list. See http://www.mail-archive.com/[EMAIL PROTECTED]/msg01644.html for details. You'd do well to use with a cfsqltype of cf_sql_date and/or use oracle's TO_DATE function as the other repliers hav