Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
There used to be a chunk of code in the code exchange called "breaklock" that would sever the database connection to Access and make the file avaialble again. Was a bit twitchy, but usually worked.
Here is the code from it, use at your own risk!
<!--- break db locks --->
<CFSET CFUSION_DBCONNECTIONS_FLUSH()>
or
<CFSET rc=cfusion_disable_dbconnections("name_here","1")>
<!--- to disable a specific datasource, and --->
<!---
<CFSET rc=cfusion_disable_dbconnections("innofsedona","0")>
--->
Copy link to clipboard
Copied
Tami,
Refer to http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17034&sliceId=2 and also google for any other related pieces.
The vendor's right. Access is a SQL-compliant database. That statement however has absolutely nothing to do with why desktop databases (like Access) are not supposed to be used in multi-user environments.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now