macromedia.coldfusion.database_access
[Top] [All Lists]

Re: CF to MySQL stored proc question

Subject: Re: CF to MySQL stored proc question
From: "crzymnmchl" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 15 Apr 2008 04:08:22 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Tried ....

 <cfprocparam
       cfsqltype="cf_sql_integer"
       type="out"
       variable="var_out">

 makes no difference :-(    - this should work, right? Not sure why the 

 <cfprocresult
       name="searchResults"> works and the OUT var does not. I am presuming 
that cfprocresult is an array. I went back to basics - CF and a web page as I 
could not get the OUT int to return within Flex and wanted to simplify things. 
Problem with the array is that one has to ask Flex to dig within it to retrieve 
the int, and this will cause me to lose a point :-)


<Prev in Thread] Current Thread [Next in Thread>