LDB Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I set up my Access program to show me what Front Ends (ldb files) are
open at any given time?

Thanks,
 
Christy said:
How can I set up my Access program to show me what Front Ends (ldb files) are
open at any given time?

LDB files are the locking files, not the front end. There is one on each of
the front and back ends. Each front or back end will have its own LDB file,
so to find out which are open, simply loop through your directory looking
for files with the LDB extension. That isn't entirely accurate though, since
a front-end crash can leave the LDB file open.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top