macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Query output based on date - Oracle 8i

Subject: Re: Query output based on date - Oracle 8i
From: "lazyvalet" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 27 Mar 2008 20:06:40 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Perhaps a step in the right direction. 

 I now have:

 select * from my.table
 where startdate > <CFQUERYPARAM VALUE="#01/01/2008#' 
CFSQLTYPE="CF_SQL_NUMERIC">

 Now I get an error of:

 [ODBC][Ora]ORA-01847: day of month must be between 1 and last day of month

 Tried a few methods of formatting the month, but no dice.


<Prev in Thread] Current Thread [Next in Thread>