
How to find process(es) locking an .mdb?
I have an Access97 .mdb file that my application would like to restore.
But, if that database is being used by another process, the Restore
cannot proceed. How can I determine which process(es) hold a lock on
that .mdb.
I thought the .ldb might contain the lockers, but I that seems unlikely
after looking into a .ldb. Just the same, anyone know how to read a
.ldb?
Thanks in advance.
Dean