Database "mdb" & "ldb"

G

Guest

Dear Sirs
I have always to transfer my database "mdb" to my ISP.
If I would like to check the pages where this database is for, I always get
total silly data shown.
If I open my ISP's FTP page I realize that there is the same database named
"ldb".
Can someone tell me what this is because it comes automatically?
Thanks
Klaus
 
D

Douglas J. Steele

Whenever there's a connection to an MDB file, an LDB file will be created in
the same folder. It's a "locking file" that's used to ensure that updates
are done correctly. It should be automatically deleted when the last
connection to the MDB file is closed.
 
D

David W. Fenton

Whenever there's a connection to an MDB file, an LDB file will be
created in the same folder. It's a "locking file" that's used to
ensure that updates are done correctly. It should be automatically
deleted when the last connection to the MDB file is closed.

On a website, it's likely accessed via ODBC, which will very likely
keep the MDB open all the time, which means the LDB file will always
be there.
 
Y

yrg

Douglas J. Steele said:
Whenever there's a connection to an MDB file, an LDB file will be created in
the same folder. It's a "locking file" that's used to ensure that updates
are done correctly. It should be automatically deleted when the last
connection to the MDB file is closed.
 

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

Top