Hi,

Quickest way is to execute a bogus query on the server,
create a fie called break_ldb (or whatever)
and use something like

<cfquery name="bogus" datasource="(your datasource name)">
SELECT *
FROM bogus_table
</cfquery>


You'll get an arror and the connection will be killed but only while no-one
else is accessing the site so be quick!

CH

Danaclese

----- Original Message -----
From: "Tomas, Web developer Gateway Arts" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 1:10 PM
Subject: Kill an Access DB connection?


> Is it possible to kill a db connection if you don't have any admin
> privilidges on the CF server?
>
> It sucks to try update the db only to find out that you have to wait for a
> db connection to timeout...
>
> ^^^^^^^^^^^^^^^^^^
>
> Tomas Becklin
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to