Top "Coldfusion" questions

ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.

ColdFusion adding extra quotes when constructing database queries in strings

I am coding in ColdFusion, but trying to stay in cfscript, so I have a function that allows me to …

sql string coldfusion railo cfml
CFForm vs Form in Coldfusion

I have been using plain forms and input fields in coldfusion for some time now but recently discovered that cfinput …

forms coldfusion cfform
What's the most efficient way to redirect a user to the home page if the requested page doesn't exist?

I am using ColdFusion 9.1. I am rebuilding a site from scratch and pointing an existing domain name to it. The …

coldfusion coldfusion-9 application.cfc
How do I fix SpreadSheetAddRows function crashing when adding a large query?

EDIT3: Thanks to the help of @Leigh I've narrowed down the problem to the date columns in the query. Using …

java arrays coldfusion apache-poi coldfusion-9
Service Temporarily Unavailable error on IIS 8.5 and ColdFusion 10

In the midday the IIS server was just running fine, when I restarted it shows me this error Service Temporary …

iis coldfusion cfml
How do I store CFCs in a separate directory and make them work?

Is there a way to specify the component path in the tag? I am using ColdFusion Components for my application. …

coldfusion cfc
How to emulate a real http request via cfhttp?

I need to emulate a real http request via cfhttp. I was getting rss feed with ColdFusion, but tonight they …

coldfusion httpwebrequest httprequest cfhttp
What is the difference between using cfinvoke and createObject to run a component function?

In my company's code, I've often seen component files used by initializing an object of that component and calling the …

coldfusion components design-decisions createobject cfinvoke
How to find a substring anywhere in a string

This should be easy, but I'm finding it difficult. I just want to find whether a substring exists anywhere in …

coldfusion coldfusion-11
How do I clear the coldfusion query cache without restarting the server?

I have several queries that I cache using the cachedwithin="#CreateTimespan(...)#" attribute of the cfquery tag. There are times when …

coldfusion railo cfml