Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f94.html
Copy link to clipboard
Copied
Object is also a columntypelist
Copy link to clipboard
Copied
The "function syntax" and "parameters" table needs to be updated to reflect that one can also pass-in the DATA for the query too now. I know there's an example, but you need to get the rest of the page right too.
Also the code example demonstrates poor CFML in that you needlessly capture the result of the querySetCell() function in the variable TEMP. This is not necessary.
Copy link to clipboard
Copied
Oh, and the "History" needs updating to reflect this stuff too.