Synchronize

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

Syntax 1 For synchronization without parameters

With command line parameters that you include in the synchroniztion call

Syntax 2 For synchronization with parameters


Syntax 1 For synchronization without parameters

Description

Reserved for future use. Starts synchronization between a remote and consolidated database.

Applies to

MLSynchronization, MLSync controls

Syntax

SyncObject.Synchronize ( )

Argument

Description

syncObject

The name of the synchronization object.

Returns

Integer. Returns 1 for success and -1 for failure. Any other return value is an error code from dbmlsync.


Syntax 2 For synchronization with parameters

Description

Reserved for future use. Starts dbmlsync synchronization with command line parameters that are passed from the values of a syncparm structure.

Applies to

MLSync controls

Syntax

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.

Returns

Integer. Returns 1 for success and any other value for failure.