June 1999
Intermediate to advanced
1368 pages
29h 45m
English
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 ...
Read now
Unlock full access