Re: CF not letting go of database connection?

2000-09-01 Thread Jacob
I do not know about Sybase, but in SQL and Access there is a setting to maintain database connections. Uncheck this setting if there is one. Jacob At 10:20 AM 8/31/00 -0700, you wrote: I have a number CF based pages that once the query is completed with the data presented it will not let go

RE: CF not letting go of database connection?

2000-09-01 Thread Lon Lentz
-574-8600 Ext. 210 -Original Message- From: Boris [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 1:21 PM To: [EMAIL PROTECTED] Subject: CF not letting go of database connection? I have a number CF based pages that once the query is completed with the data presented

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
will have to restart every time a new query comes along, which adds about 1 second of overhead (YMMV). Todd Ashworth - Original Message - From: "Boris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 1:20 PM Subject: CF not letting go of database co

RE: CF not letting go of database connection?

2000-09-01 Thread Andrew Scott
:-) -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Saturday, 2 September 2000 12:10 AM To: [EMAIL PROTECTED] Subject: Re: CF not letting go of database connection? Do you mean that the database engine stays running even after the last connection has been closed? If so, go

FW: CF not letting go of database connection?

2000-09-01 Thread Boris
to work either. Boris -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: September 1, 2000 7:10 AM To: [EMAIL PROTECTED] Subject: Re: CF not letting go of database connection? Do you mean that the database engine stays running even after the last connection has been

Re: CF not letting go of database connection?

2000-09-01 Thread Jamie Keane
- From: Todd Ashworth [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, September 01, 2000 10:03 AM Subject: Re: CF not letting go of database connection? Do you mean that the database engine stays running even after the last connection has been closed? If so, go to your

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
e. Are you speaking in reference to SQL Server by any chance? Todd Ashworth - Original Message - From: "Andrew Scott" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 01, 2000 11:12 AM Subject: RE: CF not letting go of database connection? | I would like to say

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
p database". Put a check in that box and see if that helps. Todd Ashworth - Original Message - From: "Boris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 01, 2000 10:15 AM Subject: FW: CF not letting go of database connection? | Yes, the database connect

CF not letting go of database connection?

2000-08-31 Thread Boris
I have a number CF based pages that once the query is completed with the data presented it will not let go of the database connection to my Sybase SQL Anywhere database. Even after the page has been exited. Any suggestion would be appreciated. Boris

Re: CF not letting go of database connection?

2000-08-31 Thread Chad
If you make the page error then it should let go of the database. Stick a #badvariable# in the code then load the page in your web browser. That works on MS Access databases at least. Another option is to goto the CFadministrator and hit the verify button on the database. At 10:20 AM