Adaptive Server Anywhere Client Synchronization Parameters
Specifies the logscan polling period.
dbmlsync -e pp=number [S | M | H | D ]; ...
This option specifies the interval between log scans. Use the suffix s, m, h, or d to specify seconds, minutes, hours or days, respectively. The default is 1 minute. If you do not specify a suffix, the default unit of time is minutes.
Logscan polling occurs only when you are scheduling synchronizations or using the sp_hook_dbmlsync_delay hook.
For an explanation of logscan polling, see DisablePolling (p) extended option.
This option is identical to dbmlsync -pp.
This option has a short form and long form: you can use pp or PollingPeriod.
You can also store extended options in the database. For more information about dbmlsync extended options, see dbmlsync extended options.
DisablePolling (p) extended option
The following dbmlsync command line illustrates how you can set this option when you start dbmlsync:
dbmlsync -e "pp=5"
The following SQL statement illustrates how you can store this option in the database:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION pp='5';
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.