hello all
I use mdb as my app DB file, when my app first run, a ".ldb" file the name as same as my DB file appears.
Is there anyway can move the ".ldb" to the windows temp document not in my app current document .thanks!
hello all
I use mdb as my app DB file, when my app first run, a ".ldb" file the name as same as my DB file appears.
Is there anyway can move the ".ldb" to the windows temp document not in my app current document .thanks!
Access "ldb"
Brandon K
per the support engineer...
".ldb" file is the locking information file in Access. Microsoft Access uses this information to control concurrency. By design, it is stored in the same folder as the .mdb file and we cannot change it. To change it, we may need to change source code of Access, which is a complex process and requires lots of business factors. Could you let me know why you want to store it in temporary folder Does it hurt performance So I can help check if we can have other methods.