Article ID: 138442
Article Last Modified on 11/17/2000
APPLIES TO
- Microsoft Access 95 Standard Edition
This article was previously published under Q138442
SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
Replication of a database increases the size of the database. When you
replicate a database, Microsoft Access implements the following changes:
- It adds three new fields to each existing table in your database:
a unique identifier, a generation indicator, and a lineage indicator.
- It adds new system tables to your database: mSysSidetables, MsysErrors,
MSysSchemaProb, and MsysExchangeLog.
- It adds new properties to your database.
- It changes the behavior of AutoNumber fields.
- It increases the physical size of the database.
REFERENCES
For more information about replication in DAO, search for "replication,"
and then "replication fields" using the Microsoft Access for Windows 95
Help Index.
Keywords: kbinfo kbusage KB138442