try using <cfqueryparam> and specifing the list argument as true.
http://www.nodans.com/inde
Also, although it's not important as far as the error is concerned, you should get into the practice of never using SELECT * in anything (although in a QofQ it's OK because assumedly you've already filtered the source query to only the columns you require). Perhaps this was just for your example code for the sake of brevity - in which case, please disregard my response.
Main Topics
Browse All Topics





by: IcyfenixPosted on 2009-03-17 at 14:06:27ID: 23913039
Well- if it helps, I think my_results should be the name of the query, not "my_results"