Top "Cfquery" questions

`<cfquery>` is the primary method of executing database queries and query-of-queries (QoQ) in ColdFusion/CFML.

Can I get a query row by index in ColdFusion?

I want to get a specific row in a ColdFusion Query object without looping over it. I'd like to do …

coldfusion cfml cfquery
How to convert Query column to a list in ColdFusion

I'm trying to convert ColdFusion query column to a list, what is the best way to do so? I thought …

coldfusion cfquery
ColdFusion inital value of currentrow when no index specified in cfloop

I am converting a ColdFusion application to C# (I'm a CF n00b). I have a script that performs a …

coldfusion coldfusion-9 cfquery
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
Coldfusion CFQUERY time limit exceeded

I have a saved XML file which is 7.1mb and contains over 1000 properties and all the info for those properties. …

xml coldfusion cfquery
How to Execute 2 or more insert statements using CFQuery in coldfusion?

Is it possible to Execute 2 insert or Update Statements using cfquery? If yes how? if no, what is the best …

coldfusion cfquery