Re: Need help with query between 2 dates
Thanks. sorry, name should be ename. Not sure how to pass the dates as dates, can you give me an example?
View ArticleRe: Need help with query between 2 dates
The example is in the CF docs. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags _p-q_18.html
View ArticleRe: Need help with query between 2 dates
You might also want to use CreateODBCDate() to convert the date to ODBC format. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=func tions_c-d_20.html
View ArticleRe: Need help with query between 2 dates
Thanks. I'm a bit over my head here.Can you give me an example of how to use the cfparamter in my query above?
View ArticleRe: Need help with query between 2 dates
Ok, I tried this but still getting an error <cfquery datasource="mydb" name="test">Select name from mytablewhere<cfqueryparam value=#createodbcdate(edate)# cfsqltype="CF_SQL_DATE"> Between...
View ArticleRe: Need help with query between 2 dates
<cfset startDate = createODBCDate("2011-01-01") /><cfset endDate = createODBCDate("2013-01-01") /> <cfquery datasource="mydb" name="test"> SELECT ename FROM mytable...
View ArticleError reading an Excel file with a leading "#" in a cell
Any recommendations on how to read an Excel XLSX file (using CFSpreadsheet) that has a leading "#" in a cell? I checked and this bug was reported over 2 years...
View ArticleCF 9 Session Variables Resetting
We are experiencing the SESSION variables resetting in CF9.0.2 between page navigation. As I understand from other forums there was a patch for 9.0.1 to help with this but we are on 9.0.2 which was the...
View ArticleForrester Research on ColdFusion 5/15/2012
My company's IT architects have mandiated that ColdFusion be phased out. Some of their reasoning comes from Forrester Research Inc. Does Adobe have any comments on the following? Has they spoken with...
View ArticleRe: I can't access ColdFusion 10 Admin
I think the default setting in the CF 10 Administration is for localhost access only and I would not recommend changing this setting. A vast majority of CF hacks are related to CFIDE/Administrator...
View ArticleI see inconsistent ImageNew() failures for CMYK Jpeg Images (CF10)
Weird problem. I have a set of test cases that pass just fine loading a known CMYK jpeg via ImageNew(). Later, with no restart of the app server, these same test cases fail. Again, after a while, the...
View ArticleRe: "The connection was reset" errors ColdFusion 10
I had my own workaround which may be of some use to you http://stackoverflow.com/questions/15125471/problems-handling-404-erro rs-in-coldfusion-10-on-win2k8-r2-x64/15489695#15489695 Hope it helps Martin
View ArticleRe: "The connection was reset" errors ColdFusion 10
To Martin, Rob, and others raising issues in this thread about IIS 404 custom handler issues, here’s some great news: this bug is addressed in the most recent CF10 update that came out this week,...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Thanks for the info, Charlie! We will be installing this soon and I look forward to the resolution. -R
View ArticleRe: CFSETTING won't work in CF10
Hi Stephen Enable the following Enable Robust Exception Information Enable AJAX Debug Log Window Enable Request Debugging Output Create a .cfm using the code mentioned below. Just for testing purpose,...
View ArticleRe: CF 10 Datasource to Unidata Database will not connect
When I try to verify the datasource, I get this error stack in the exception.log file, perhaps this means something to someone? thanks......
View ArticleFCK Upload is hanging after updating to Update 11
Hi, My FCK ajax image upload is hanging. Clicked on the tab called "Upload" and the button called "send it to the Server" and the window is still open with waiting gif animation. I checked the file is...
View ArticleRe: How can I upgrade my CF 8 to the latest one ?
Hi You can go to Adobe's Website http://www.adobe.com/products/coldfusion-family.html?promoid=DJDQZDepending upon your requirement, you can click on buy either Standard or Enterprise and then you will...
View ArticleRe: java.io.IOException: Stream closed when using webservice
Unrelated to your problem, but I'm trying to get CF10 installed with RHEL 6.4 and was wondering which version of Apache you're using and how you compiled it. Thanks!
View Article