ACCESS2007 offers a variety of open ways
Read-only and non-read-only, which is the difference between being able to edit and not being able to edit
Whether to open in an exclusive way is the core of Access2007 's open way
There's nothing written here. Open means open in "shared mode", which does not produce the. ldb file as an exclusive way, while other programs, shared users can access and modify the database at the same time.
This is useful when ASP is developed, if a database is opened in an exclusive way by the Access2007,
Even if the program does not have any errors, the webpage will also error.
Sometimes, after exclusive opening, even if Access2007 is turned off, the system does not release Access2007 and automatically delete the. ldb file, the same will be error, so that the developers Zhang two monks can not touch the head
. ldb files just like when a Word file is opened, the same directory produces a hidden file that appears as a strange name, and the exclusive way disappears when it is closed. If such a file exists, the Access database, like the Word file opened, cannot be moved or deleted, and the ASP Web page cannot read the database at all.
However, operations such as modifying the database password cannot be completed without exclusive opening.
So, the general case is to open the database in an ordinary way, even if you are programming with Access2007. The ACCESS2007 database is opened exclusively when the password needs to be changed.
How to open the "Access2007" Access2007