ColdFusion Tutorial
How to unlock an access database
To unlock an Access database, just crate and run a dummy query against the locked Access database.
| <cfquery name = "unlock" database = "your_database">
Have a nice day. </cfquery> |
ColdFusion Tutorial test
How to unlock an access database
No test is available or implemented for this ColdFusion Tutorial.
User Comments: 3
Unlock a database
You must create a query which will throw an error. For example:
<CFQUERY NAME="Unlock" DATASOURCE="#dsn#">
SELECT sdfgsdfgsdf FROM etuy
</CFQUERY>
Unlocking, Access database
I have tried this several different ways now and it simply does not work. The database stays resolutely locked!
How to do this in PHP?
Hi!
Can someone give me an example how to unlock an Access database in php.
Regards
Mike
