P
Paul Fenton
I have 3 databases, A, B, C where A is the BE db for an application.
C is a db that is uploaded every hour to a web server. B is the db
that does the work of getting certain tables from A and updating them
in B by using a form with a timer.
A and B are always open, C is always closed. Since C is closed, I can
compact it after every update to kill the bloat, but I can't do that
with B, since it has to stay open for the timer to fire every hour.
Initially, I was bringing the tables into B, from A, and then sending
them to C. But then B became horribly bloated. Other than that, it
was working swimmingly.
Is there a way I can use B (with the timer) to get table from A to C
without storing them temporarily in B?
Paul Fenton
(e-mail address removed)
C is a db that is uploaded every hour to a web server. B is the db
that does the work of getting certain tables from A and updating them
in B by using a form with a timer.
A and B are always open, C is always closed. Since C is closed, I can
compact it after every update to kill the bloat, but I can't do that
with B, since it has to stay open for the timer to fire every hour.
Initially, I was bringing the tables into B, from A, and then sending
them to C. But then B became horribly bloated. Other than that, it
was working swimmingly.
Is there a way I can use B (with the timer) to get table from A to C
without storing them temporarily in B?
Paul Fenton
(e-mail address removed)