Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite Connection String Parameters Reference

UltraLite ORDERED_TABLE_SCAN connection parameter Next Page

UltraLite PALM_ALLOW_BACKUP connection parameter


Controls backup behavior over HotSync, which is disabled in UltraLite by default.

Applies to

Desktop backup using the UltraLite HotSync conduit for Palm OS devices.

Syntax

PALM_ALLOW_BACKUP={ yes | no }

Remarks

On Palm, you can back up the database to desktop using HotSync. In most UltraLite client applications, data is backed up by synchronization, so there is no need to use informal backups to the desktop. This is why the UltraLite runtime disables Palm's backup behavior. However, if your deployment explicitly requires that HotSync back up the UltraLite database to the desktop while it is also being synchronized, use this parameter to override the UltraLite default.

Once you have enabled backups for HotSync, you do not need to configure backups in ULDBUtil. Backups will occur with each synchronization attempt until you disable it.

See also