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 11\bin32"