Can splitting .MDB files into segments help with stability?
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-05-07T06:59:39Z
Indexed on
2010/05/07
7:28 UTC
Read the original article
Hit count: 279
Is this a realistic solution to the problems associated with larger .mdb files:
- split the large
.mdbfile into smaller.mdbfiles - have one 'central'
.mdbcontaining links to the tables in the smaller.mdbfiles
How easy would it be to make this change to an .mdb backed VB application?
Could the changes to the database be done so that there are no changes required to the front-end application?
© Stack Overflow or respective owner