Microsoft
Software
Hardware
Network
Question : How to open a database in Exclusive Mode
The only ways I know to open databases in exclusive mode are:
- Open the MS Access application (rather than an Access file), select an Access file, hit File/ Open, click on the arrow on the Open button, and select Open Exclusive.
Add this switch to the string that opens the database: /EXCL .
Are there any other ways?
Answer : How to open a database in Exclusive Mode
Like so:
Dim db As DAO.Database
Set db = OpenDatabase("YourMdbName"
, True)
The two you mentioned plus this one are the only ones I'm aware of. Well, there is also the OpenCurrentDatabase method also with the same Options parameter (True).
mx
Random Solutions
Response.Redirect is not working properly in the server?
Windows Server 2003
General MS Graph problems in Access 2007
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)
Reporting service login prompts pops up when deploying reprots on SSRS 2008
Drop Down List and Back Button on Browser - Losing state?
read job history through system tables?
Finding Null in a memo field and what event to use to check the related box
Icons from Start>All Programs have disappeared
Nested Vlookup within Hlookup