Title:
How to get serialized JSON results from a CFC, AJAX and a SQL Stored Procedure
| View in Portal<p>Using a CFC in AJAX is easy. Just make sure to pass your arguments in and use the arguments scope within the cfc and then use them in a cfproc param within your code. This way you can pass multiple parameters into your sql stored procedure. The benefit of this I found is that I have greater security on the sql query and can validate the parameters being sent to SQL. I can created indexes and update the stats on […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2017/11/how-to-get-serialized-json-results-from-a-cfc-ajax-and-a-sql-stored-procedure/">How to get serialized JSON results from a CFC, AJAX and a SQL Stored Procedure</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Comments: