if you're using CF 4.5.x, you can use:

<CFSET temp=CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 1)>

that will force the release of the datasource. just replace {DSN} with
catlingalleries (using your DSN below).

to re-enable the DSN, use:

<CFSET temp=CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 0)>

-----Original Message-----
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 3:53 PM
To: CF-Talk
Subject: database.ldb


ok i hate access.....
i use this to unlock this db but it wont work now does anyone else have
another idea?

<cfquery name="Unlock" datasource="catlingalleries" dbtype="ODBC">
Select *
>From ImageManager
Where lock="damnyou"
</cfquery>

thanks

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to