RE: Getting Rid of a Query

2001-02-07 Thread Philip Arnold - ASP
> If I've got a template that does a huge amount of processing, with many > queries and other memory-intensive operations, I'd just as soon release > memory ASAP _during_ the processing of the template. Once again, I'm not > sure how to do this, or even if CF's memory management and deallocation

RE: Getting Rid of a Query

2001-02-07 Thread Rick Lamb
Maybe version 5.0 with it's partial rendering will provide some of this functionality. Rick -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 12:23 AM To: CF-Talk Subject: Re: Getting Rid of a Query Rick, Thanks. I'm pret

Re: Getting Rid of a Query

2001-02-06 Thread Jim McAtee
From: "Rick Lamb" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 6:09 PM Subject: RE: Getting Rid of a Query > I'm pretty sure that the only time the query is resident in memory is during > the initial request, unles

RE: Getting Rid of a Query

2001-02-06 Thread Rick Lamb
I'm pretty sure that the only time the query is resident in memory is during the initial request, unless you specify it to be cached or set to a session variable. So I don't think that is going to get you anywhere. Although, it might be a good idea to look into a way to make sure the odbc connecti