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: 221

Is this a realistic solution to the problems associated with larger .mdb files:

  • split the large .mdb file into smaller .mdb files
  • have one 'central' .mdb containing links to the tables in the smaller .mdb files

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

Related posts about ms-access

Related posts about splitting