If you want to, request connected recordset functionality on Macromedia's wishlist form for cfquery in future versions of CF. I already have...this is something that really I want.
-- jon mailto:[EMAIL PROTECTED] Sunday, August 18, 2002, 12:15:10 AM, you wrote: BD> Is it possible to update a row in a cached query? I want to do this when a BD> record in the cached record set is edited, as opposed to reloading/caching BD> the entire query. BD> I tried: BD> <cfset temp = querysetcell(attributes.query_name, "Company", "TestValue", attributes.start)>> BD> Which generated a java error. And I also tried: BD> <cfset BD> Variables[attributes.query_name]["company"][attributes.start]="TestValue"> BD> Which did not generate an error but did not update the cached query either. BD> I think the scope is wrong. Anybody done this before? ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

