Questions tagged [coldfusion-2016]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 2016 was released on February 15, 2016. ColdFusion was later updated to ColdFusion 2018.

New features in ColdFusion 2016:

  • PDF Enhancements
  • Updated functions including Query and Array processing functions
  • Language enhancements including safe navigation (?.)
  • Command Line Interface
  • Swagger document generation

See: https://helpx.adobe.com/coldfusion/2016/topics.html#dynamicpod_reference

353 questions
-1
votes
1 answer

Coldfusion variable displays correctly on page but does not save correctly to the DB

I have AJAX writing a result to , which displays as expected. But, I need to convert to a CF variable so I can write the content to the database. Using
-1
votes
1 answer

How to loop and display SQL data in table by JQuery in coldfusion

Here I have developed my Jquery code my jquery code