This synchronization parameter allows an application to supply additional parameters that can not be readily specified using any other predefined parameters. Some parameters that are seldom used are specified in this parameter field.
The additional parameters are supplied as a string of keyword=value settings, separated with a semicolon. See the examples that follow.
The syntax varies depending on the API you use.
UltraLite for C/C++ applications can set the parameters as follows:
ul_synch_info info; // ... info.additional_parms = UL_TEXT( "DisableConcurrency=1;TableOrder=Customer,Sales" ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |