.ldb does not get deleted

  • Thread starter Thread starter thierry
  • Start date Start date
T

thierry

Hi,
I have an access database that gets called by ASP pages.

Although I set my connection to NOTHING and close all my objects, a .ldb
file gets created and stays there... Even if I close IIS.

I was wondering if there is anything I could check for to make everything
normal again.
Thanks for your help!
 
In VBScript, you probably need to set the connection timeout. I think
the default is 20 minutes - VBS will maintain a connection in case you
decide to come back, and then it will reuse it, improving the efficiency.

Pavel
 
an .ldb file is created (if there isn't one already
present) everytime you open a database. This contains
information about the database. You can delete it... it's
OK. However, the system will recreate it next time you
open it. Try it.
 
Back
Top