Question
CF to MySQL stored proc question
looking at multiple examples of ColdFusion to MySql procedure
calls and I think code example 1 should return a value in the OUT
param. I get [empty string] displayed.
Code example 2 which changes the ColdFusion code by adding
<cfprocresult
name="searchResults">
and returning
<cfdump var="#searchResults#" label="Search Results">
works fine. I have about 10 examples including from Adobe coded as example 1. Please would somebody explain :-)
TIA,
Mic
Code example 2 which changes the ColdFusion code by adding
<cfprocresult
name="searchResults">
and returning
<cfdump var="#searchResults#" label="Search Results">
works fine. I have about 10 examples including from Adobe coded as example 1. Please would somebody explain :-)
TIA,
Mic
