I think I'm getting old. I've been using <cfqeuryparam...> so long I can apparently no longer remember how to properly pass a data literal in a SQL statement.
I'm trying to run a query through SQL Plus to our Oracle DBMS to compare to my CF template results. Obviously SQL Plus is not going to parse <cfqueryparam...> tags. I need to get records where a date-time field is between two date literals. How do I properly designate a date literal in this SQL statement? Apparently the SQL string generated by CF is not what SQL PLus will accept, copying and pasting it fails. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285956 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

