I am using the below code on a CF4.5 server that works just fine against an
oracle DB, I moved it to an MX server and I get the error "invalid column
name".  I cut and pasted the exact same code.  Does anyone know of any
issues with MX server and Dates?  I am using oracle 8i if that matters

 SELECT wid,fid,id FROM trip_report_stamps
 WHERE  s5_time >= #createodbcdatetime(date)#
                and
        s5_time <= #createodbcdatetime(today)#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to