G
Guest
I am running a VBA subroutine in a database which executes a series of
queries in a loop. After a time, the db size becomes a bit unwieldy. I am
trying to use Tsisoon90 to programmically compact the database when it hits a
size limit and then relaunch the data base with a function call to continue
the loop after compacting (this way the user doesn't have to babysit the
application as it's doing its thing). The utility works the first time but
after completing the second pass and call to tsisoon90, it closes the db,
does not compact it, and does not reopen it. I was wondering if anyone has
enough experience with tsisoon to have any suggestions or alternative methods
of accomplishing what I am trying to do?
Thanks!
queries in a loop. After a time, the db size becomes a bit unwieldy. I am
trying to use Tsisoon90 to programmically compact the database when it hits a
size limit and then relaunch the data base with a function call to continue
the loop after compacting (this way the user doesn't have to babysit the
application as it's doing its thing). The utility works the first time but
after completing the second pass and call to tsisoon90, it closes the db,
does not compact it, and does not reopen it. I was wondering if anyone has
enough experience with tsisoon to have any suggestions or alternative methods
of accomplishing what I am trying to do?
Thanks!