Skip to content
Advertisement

Tag: coldfusion

How to mimic sql statement logic in cfml / coldfusion?

I Am coming to a problem where I am trying to convert my sql statement to do the same logic in cfml (cfscript>) so, I am trying to mimic this sql statement to display the results inside my cfscript. can somebody help me solve this issue? thanks for the help. SQL: Answer @Scott, I am assuming that: Each row from

Query null values

I have the column deletedTime in my instances table. Now I want to check in ColdFusion if the value is null. There is only one record to be printed out with the query. IsNull(test) is returning the …

Problem with the value portion of a drop down menu in ColdFusion

Here is what I have inside of my select statement: Everything works fine, but the value it passes to my URL filter is #CountryName#, not the actual country name (i.e. Canada). How can I assign it the value of the country name and not the variable name? Answer The #CountryName# variable is not being evaluated because it is outside your

Advertisement