CFLOOP with Stored Procedure

2009-03-25 Thread Priya Koya
I have a query and looping the results of a query. I want to display the names from the cfdocexamples when the user enters the first letters of their Names. I am using Ajax here...and the query is cffunction name=getName access=remote output=false returntype=query cffunction

Re: CFLOOP with Stored Procedure

2009-03-25 Thread Brian Kotek
No, it's not right. As the documentation on the tag states, if you don't specify a result attribute, the result is contained in cfstoredproc. On Wed, Mar 25, 2009 at 10:42 AM, Priya Koya priya23...@gmail.com wrote: I have a query and looping the results of a query. I want to display the