Re: Force database connections to close....

2000-07-13 Thread Greg Saunders
Or, as pointed out to me on this list, you can also try: cfscriptCFUSION_DBCONNECTIONS_FLUSH();/cfscript Gregory M. Saunders, Ph.D. Senior Design Architect Cognitive Arts Corporation (http://www.cognitivearts.com) 1840 Oak Avenue, 4th Floor Evanston, IL 60201-5914 At 11:58 AM

RE: Force database connections to close....

2000-07-11 Thread Steve Bernard
to only drop an individual connection. You could then leave your connections in persistent mode and drop them on demand :) Steve From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 10 Jul 2000 11:25:38 -0700 To: [EMAIL PROTECTED] Subject: Force database connections to close

Force database connections to close....

2000-07-10 Thread joeug
Hello all, It looks like CF doesnt like to release the data brought down, which hogs up on the memory. Is there a way to force the database connection to close or to release memory as data is dumped to the client..??? some like connection.close() This would really be a powerful

Re: Force database connections to close....

2000-07-10 Thread Joseph Eugene
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 10, 2000 2:25 PM Subject: Force database connections to close Hello all, It looks like CF doesnt like to release the data brought down, which hogs up on the memory. Is there a way

Re: Force database connections to close....

2000-07-10 Thread rkeniger
Is there a way to force the database connection to close or to release memory as data is dumped to the client..??? some like connection.close() This would really be a powerful feature to have... If you do a CFQUERY to a table that doesn't exist, the database connection closes. Don't