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

Dbmlsync Integration Component properties Next Page

Path property


Specifies the location of dbmlsync.exe.

Syntax

Public Property Path( ) As String
Member of DbmlsyncCOM.Dbmlsync

Remarks

You do not need to set this property if dbmlsync.exe is located in a directory specified by the Windows PATH environment variable.

Example

The following example sets the path of a Dbmlsync Integration Component instance.

dbmlsync1.Path = "c:\program files\sql anywhere 10\win32"