Use this statement to create a SQL Anywhere synchronization profile. Synchronization profiles define how a SQL Anywhere database synchronizes with the MobiLink server.
CREATE SYNCHRONIZATION PROFILE name string
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.
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.
Must have DBA authority.
Automatic commit.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |