Contents Index ScriptVersion (sv) extended option SendDownloadACK (sa) extended option

MobiLink Synchronization Reference
  MobiLink Synchronization Client
    dbmlsync options
      -e extended options

SendColumnNames (scn) extended option

Function 

Specifies that column names should be sent in the upload.

Syntax 

dbmlsync -e scn= { ON | OFF }; ...

Description 

Set this option to ON to tell dbmlsync to send column names from the remote database to the server. This option is required when you generate scripts automatically using the dbmlsrv9 -za or -ze options. This option increases the size of your upload, so you probably won't want to use it if you are not using -za or -ze.

The default is OFF.

This option has a short form and long form: you can use scn or SendColumnNames.

You can also store extended options in the database. For more information about dbmlsync extended options, see -e extended options.

See also 

-za option

-ze option

Example 

The following dbmlsync command line illustrates how you can set this option when you start dbmlsync:

dbmlsync -e "scn=on"

The following SQL statement illustrates how you can store this option in the database:

CREATE SYNCHRONIZATION SUBSCRIPTION
   TO sales_publication
   FOR ml_user1
   OPTION scn='on';

Contents Index ScriptVersion (sv) extended option SendDownloadACK (sa) extended option