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

SQL Anywhere 10.0.1 » MobiLink - Client Administration » Dbmlsync Integration Component » Dbmlsync Integration Component properties

ErrorMessageEnabled property Next Page

WarningMessageEnabled property


Prevents the Message event from being called for messages of type MsgWarning.

Syntax

Public Property WarningMessageEnabled( ) As Boolean
Member of DbmlsyncCOM.Dbmlsync

Remarks

If you do not handle warning information in the Message event, you should set this property to false to improve performance. The default is true, which enables messages of type MsgWarning to trigger the Message event.

See Message event.

Example

The following example sets WarningMessageEnabled to false:

dbmlsync1.WarningMessageEnabled = False