portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

How to get serialized JSON results from a CFC, AJAX and a SQL Stored Procedure

| View in Portal
November 17, 2017 10:38:02 PM GMT
0 Comments
<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>
Labels: Blog, Language, serializeJSON, Testimonial, cfml tag/function, ColdFusion, language, serializejson

Comments: