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
Need clarification on SMS to SCCM side by side upgrade
Need to convert bytes to image in web page ASP.Net C#
Excel - Using Find Method to Locate a Cell in Another Open Workbook
hide in form closing....can not shut down
Need to migrate off NT4 domain where in addition to NT4 server there are two 2003 servers and an SBS 2003 server on the network
Code retriving duplicated numbers.
How can we display employee contact photos in the Office Communicator contact card
Access Secruity.
How do I extract all the Windows XP and Internet Explorer passwords?
Looking for a control to visibly show capacity of components