Is it possible to update a row in a cached query? I want to do this when a record in the cached record set is edited, as opposed to reloading/caching the entire query.
I tried: <cfset temp = querysetcell(attributes.query_name, "Company", "TestValue", attributes.start)> Which generated a java error. And I also tried: <cfset Variables[attributes.query_name]["company"][attributes.start]="TestValue"> Which did not generate an error but did not update the cached query either. I think the scope is wrong. Anybody done this before? Brook Davies maracasmedia ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

