display stored procedure output
I have a simple stored procedure listed below. I cannot find any examples of how to display the output. I did a cfdump and it successfully displayed the data.
I need to know how to output the results so I can format it and have a user make sense out of it.
Thank you,
Jim
<cfstoredproc procedure="dbo.spxSpendingPlanByBiennium" datasource="rolProjects">
<cfprocresult name="results" resultset="1">
</cfstoredproc>
<cfdump var="#results#">
