using BETWEEN Operator with OR operator
I have a <cfquery>Select *from tableWHERE columnBETWEEN value1 AND value2ORWHERE columnBETWEEN value4 AND value5 is this a viable use of the WHERE clause and BETWEEN/OR operators?
View ArticleHow to Sort a Cfgridcolumn caseinsensitively in CF8 and with no CFC's involved
I'm on CF8. I need to Sort the Grid rows when I click on the CFGridColumn. I have tried to Sort but not succeeded. When I try to sort, I get the sorted rows as follows: Ex: APPLEBoy...
View ArticleThe page show error cannot be display after it run longer than 15 minutes
I have a production server running on windows 2003, iis 6, coldfusion 8 64 bit. Whenever there have a page like processing a huge cfloop and when it reach 900 seconds of 15 minutes, the user directly...
View ArticleArray, List, or Recordset
Not sure how to label this issue that I am trying to solve... What I am trying to do is take a list of students from a database query recordset and assign them the a counselor from a database query...
View ArticleCFC question - dynamically changing more than just an argument
Hopefully this is really simple and obvious but I cna't find anything at the moment. I have the following query <cfquery name="dept" datasource="#dbdsnd#" username="#dbuname#"...
View ArticleHelp with - cfhttp throwing error "The column name "" is invalid ..."
I am getting the following message when using cfhttp to create a query. The tag is using all default parameters only. Has anyone encountered this, and if so, what is the solution/workaround? The column...
View ArticleMultiple returns from a function
I've got 3 similar dynamic queries that I'd like to combine into a single function but called 3 times with different names on the same page. Is this possible? The 3 queries when generated are different...
View ArticleError Occured while processing a Request-openning a another coldfusion page...
in one page there is dynamic link in that i want to open anather page...code is compiled ok and page is at place where i refered a link but it gives error 'error occured while processing a...
View ArticleCfchartseries duplicating bars in CF8
The chart shows two sets of bars duplicating the data. What I want is one bar for each series and data item. Here's the code: <cfchart format="png" chartheight="180" chartwidth="300" scalefrom="0"...
View ArticleADDT not compatible with ColdFusion 9 ??
HI, Does anyone know if ADDT can be made to work with ColdFusion 9? I am trying to upgrade from CF8 to CF9 and forms created with Adobe Dreamweaver Developer Toolbox do not work. The error is:...
View Article