Re: Locked Database

2001-08-07 Thread Jeffry Houser
- Original Message - From: CFHelp [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 06, 2001 10:11 PM Subject: Locked Database Is there some code I can put into a page to unlock an access database? Rick Eidson Owner http://www.kchost.net/ KChost is getting ready

RE: Locked Database

2001-08-07 Thread Andrew Tyrone
-Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 12:36 PM To: CF-Talk Subject: Re: Locked Database I'd advise against this usage. Performing invalid queries isn't the preferred method. Using the CFusion_DBConnections_Flush() function

Locked Database

2001-08-06 Thread CFHelp
Is there some code I can put into a page to unlock an access database? Rick Eidson Owner http://www.kchost.net/ KChost is getting ready to launch it's enews service Now you can moderate your own affordable newsletter Promote you products and services even sell advertising. Plans start at $5

Re: Locked Database

2001-08-06 Thread Todd Ashworth
Access, but that should do what you want :) Todd - Original Message - From: CFHelp [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 06, 2001 10:11 PM Subject: Locked Database Is there some code I can put into a page to unlock an access database? Rick Eidson Owner

RE: Locked Database

2001-08-06 Thread Jay Sudowski - Handy Networks LLC
To: CF-Talk Subject: Locked Database Is there some code I can put into a page to unlock an access database? Rick Eidson Owner http://www.kchost.net/ KChost is getting ready to launch it's enews service Now you can moderate your own affordable newsletter Promote you products and services even

Re: Locked Database

2001-08-06 Thread Todd Ashworth
Usually sending a bad query to the data source will break the lock. You can also set disable database connections in the CF Administrator. If you disable db connections, make sure you enable them again, otherwise your site won't work :-) The bogus query is a better option .. it is less

RE: Locked Database

2001-08-06 Thread Jay Sudowski - Handy Networks LLC
into the file he's uploading if ColdFusion tried to repeatedly open a connection to the database before the upload has been completed. - Jay -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 11:05 PM To: CF-Talk Subject: Re: Locked Database Usually

Re: Locked Database

2001-08-06 Thread Todd Ashworth
the DB structure. My bad :( Todd -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 11:05 PM To: CF-Talk Subject: Re: Locked Database Usually sending a bad query to the data source will break the lock. You can also set disable

RE: Locked Database

2001-08-06 Thread Tony Gruen
of course, there is always the option of taking a little performance hit and setting the DSN up to not maintain the DB connection. Tony Gruen -Original Message- From: CFHelp [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 7:12 PM To: CF-Talk Subject: Locked Database