Specifies that column names should be sent in the upload.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
False
Boolean
This option is used by the MobiLink server for direct row handling. When using direct row handling, you should enable this option. Otherwise, it has no effect. See Direct row handling.
ulsync can set this parameter as an extended synchronization parameter as follows:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;SendColumnNames=true;Stream=http" |
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.send_column_names = ul_true; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |