ColdFusion Reporting Service
I have a simple question regarding how I build an application using ColdFusion Reporting Service.
I have an application that setup to pull individuals certificates, badges, and confirmation letters. One of things I have done is created a *.cfm form that generates a stored procedure in the database when a specific individuals certificates, badge, and confirmation letter is pulled. After the stored procedure is created the *.cfr is call and the stored procedure is executed.
I am using CF-9 to do this which I know is past end of life.
I have been told this is an antiquated method of do this by an individual that has only used PHP and WordPress and never used a ColdFusion Reporting Service or SQL Server Reporting Service for that matter.
Is there a better way of creating reports such as this?
