CREATE SYNCHRONIZATION PROFILE statement [MobiLink]

Use this statement to create a SQL Anywhere synchronization profile. Synchronization profiles define how a SQL Anywhere database synchronizes with the MobiLink server.

Syntax
CREATE SYNCHRONIZATION PROFILE name string
Parameters
  • name   Specifies the name of the synchronization profile to create. Each profile must have a unique name.

  • string   Specify a valid option string as described below. Option strings are specified as semicolon delimited lists of elements of the form <option name>=<option value>. For example publication=p1;verbosity=high.

Remarks

For a listing of the synchronization profile options supported by dbmlsync, see MobiLink synchronization profiles.

For options that take a Boolean value, setting the value to TRUE is equivalent to specifying the corresponding option on the command line.

The following values can be used to specify TRUE: TRUE, ON, 1, YES.

The following values can be used to specify FALSE: FALSE, OFF, 0, NO.

Permissions

Must have DBA authority.

Side effects

Automatic commit.

See also