Starts synchronization between a remote and consolidated database. The syntax you use depends on whether you include command line parameters with the dbmlsync synchronization call.
To start synchronization |
Use |
---|---|
Without including command line parameters |
|
With command line parameters that you include in the synchroniztion call |
Reserved for future use. Starts synchronization between a remote and consolidated database.
MLSynchronization, MLSync controls
SyncObject.Synchronize ( )
Argument |
Description |
---|---|
syncObject |
The name of the synchronization object. |
Integer. Returns 1 for success and -1 for failure. Any other return value is an error code from dbmlsync.
Reserved for future use. Starts dbmlsync synchronization with command line parameters that are passed from the values of a syncparm structure.
MLSync controls
SyncObject.Synchronize (cmdstring )
Argument |
Description |
---|---|
syncObject |
The name of the synchronization object. |
cmdstring |
A read-only string containing command line arguments for a synchronization call. |
Integer. Returns 1 for success and any other value for failure.