How are .ldb files unloaded
- From: "AK" <nospam@xxxxxxxxxxx>
- Date: Tue, 14 Nov 2006 18:56:57 -0600
Problem: I have an application that reads and writes to my database. I am
trying to do some JRO activities (compact the DB) and also trying to do some
FileCopy actions. I have scoured my code (sure you have, they all say) and
all the connections are closed, but I still see (from my file explorer) that
I still have a .ldb on my database which is preventing the compaction from
running. It is as if even though I have done my "Set adoConnection =
Nothing", that there is still persisting either an open connection OR there
is some problem in removing the lock (or staging of the removal of the lock)
on the database which keeps it extant at the time that I am trying to run my
JRO compaction (which occurs right before my mod main ends.)
Any ideas would be appreciated.
Is there a way to shut down any unknown open connections? (i will use this
in debugging. If using it makes things work then I will need to rescour for
the open connection.
.
- Follow-Ups:
- Re: How are .ldb files unloaded
- From: Bob Barrows [MVP]
- Re: How are .ldb files unloaded
- Prev by Date: Re: Random database connection problems
- Next by Date: Re: URGENT !!! Operation must use an updateable quary
- Previous by thread: Re: Random database connection problems
- Next by thread: Re: How are .ldb files unloaded
- Index(es):
Relevant Pages
|
|