>
Part | Description |
database | An existing, replicable Database object variable that you want synchronized. |
pathname | Path to the target database with which database will be synchronized. The trailing .mdb can be optionally omitted. |
exchange | A constant indicating which direction to synchronize changes between the two databases. This can be one of the following Integer constants: |
u dbRepExportChanges — Send changes from current database to pathname. | |
u dbRepImportChanges — Receive changes from pathname. | |
u dbRepImpExpChanges — (Default) Bidirectional exchange. |