Re: Updating a row in a cached Query

2002-08-18 Thread Jochem van Dieten
Brook Davies wrote: > 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: > > attributes.start)> In CF 4.5 this used to work (at least without the 'attributes.

Re: Updating a row in a cached Query

2002-08-17 Thread Jon Hall
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 r

RE: Updating a row in a cached Query

2002-08-17 Thread Brook Davies
That makes sense, thanks Dave :) I'm calling it a night (9:30pm my time), I'll get back to it tomorrow. FYI, the query was cached with the cached within attribute so I guess I'll have to flush it. Have a good night Brook At 12:18 AM 18/08/02 -0400, you wrote: > > Is it possible to update a r

RE: Updating a row in a cached Query

2002-08-17 Thread Dave Watts
> Is it possible to update a row in a cached query? No, not if you mean queries cached using CACHEDWITHIN/CACHEDAFTER in the CFQUERY tag. > I tried: > > "TestValue", attributes.start)> > > Which generated a java error. And I also tried: > > Variables[attributes.query_name]["company"][attrib