Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定上载中应该发送列名。
根据所使用的 API 不同,语法会有所变化。还可以使用 ulsync 设置此参数。
False
布尔值
此选项由 MobiLink 服务器用于直接行处理。使用直接行处理时,应启用此选项。否则,它将不起作用。
如果使用 ml_add_column 名称,则从客户端发送来的名称将被忽略。
ulsync 可以将此参数按如下方法设置为扩展同步参数:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;SendColumnNames=true;Stream=http"
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.send_column_names = ul_true;