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
How do I capture output from command prompt in vb.net?
Working with vjslib.dll
why is edgetransport.exe running...It is not intalled!
Bat file keeps repeating at command line
Chinese characters and Excel
AJAX Calendar extender not displaying properly.
Error 404 on MOSS2007
Executing the Report_Load() on a SubReport
ODBC connection error
Opinion - best portable hard drive to backup SBS