in reply to Re: Accessing lots of Access Databases
in thread Accessing lots of Access Databases

Good idea, but if the databases to be transferred are large, you may quickly hit the limits of Access' database engine. This will depend on the version you are running, so it pays to check this beforehand.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Re: Accessing lots of Access Databases

Replies are listed 'Best First'.
Re: Re: Re: Accessing lots of Access Databases
by Zero_Flop (Pilgrim) on Jun 26, 2003 at 04:55 UTC
    True, you always have to make sure your tools can handle the load. In this case this person wants to move 4,500 db into one. This makes me think that the size of each of the 4,500 db is actually small. If not then he will probably hit the 2G limit of the db. The quickest test would be to see how big the folder is that is holding the dbs. Each db will have some additional overhead that will be gained during the move, but if the folder is below 2G he should be good to go.

    As a quick check I generated a empty db. It took up 100k so in its current state he is losing at least.450,000K of space.

    Enough of THIS, let's get back to Perl!!!