SYNCHRONIZING REPLICAS

After you make a database replicable and create an additional replica, you want to synchronize the replicas so that updates are propagated.

The Synchronize method applies to a replicable database object. It exchanges schema and data with a target replica. This is always a “pair-wise” exchange between a source replica and a target replica, with an option to select the direction of changes from bidirectional, import only, or export only, and the exchange mode from indirect, Internet, or direct. This is the syntax:

rep.Synchronize Target,
						SyncType,
						SyncMode
					

The Synchronize method uses the following parameters:

  • Target is a String value that specifies the path and filename of the replica with which to synchronize, the name ...

Get F. Scott Barker's Microsoft® Access 2000 Power Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.