Top "Coldfusion" questions

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

Get table ID after insert with ColdFusion and MySQL

My normal process for inserting into one table and then getting the ID back so that I can insert into …

mysql sql-server coldfusion
In Coldfusion, how do I init a component that is located above the current path folder?

If I have a folder structure that looks like this: / /bin/myComponent.cfc /reports/index.cfm How do I initiate …

coldfusion cfc
Mapping to a CFC in ColdFusion

In my application I have all my CFC's in a cfc folder. From the site root I can access them …

coldfusion mapping cfc
ColdFusion: get the name of a file before uploading

How can I get the filename of a file before I call the <cffile action = "upload"> ? I can …

coldfusion file-upload
CFML - query row to structure

I would like to handle a row from a query by a function, where I pass the row as a …

coldfusion cfloop
INSERT INTO statement contains following unknown field name

I’m using Coldfusion 9,0,0,251028 on Windows 7 64-bit, with a Microsoft Access 97 database. When I run this query: <cfquery name="…

ms-access coldfusion insert ms-jet-ace
How to properly use Coldfusion's FileExist() method?

I don't use coldfusion much at all, I'm needed to patch up some code though. Basically I'm trying to check …

coldfusion file-exists
How do you call a cffunction in a cfc from another cfm page using cfscript?

I have a test.cfm page and would like to call a cfc with a <cffunction> named errorEmail …

coldfusion cfc
How do I handle null values from ColdFusion queries?

If one of the columns in the returned coldfusion query result set has a NULL, how do we check if …

coldfusion null cfquery
Convert coldfusion json to struct

I have a JSON variable output from a jQuery application as so: [{"id":1}, {"id":197,"children":[{"id":198},{"id":199},{"id":200}]}, {"id":2,"children":[{"…

json coldfusion struct cfml