DBUser

Applies to

MLSync and SyncParm objects

Description

User ID for the SQL Anywhere remote database. Setting this property value is equivalent to including the -c "uid=myUserID" dbmlsync option, where myUserID is the user name for the database connection.

Usage

At design time, you can enter a DBUser value on the SQL Anywhere Connect tab of the Properties view for an MLSync object. At runtime, application users can enter DBUser values on the SQL Anywhere tab page of the default synchronization options window generated by the MobiLink wizard.

In scripts

You can modify DBUser values in script as follows:

mySync.DBUser = 'myUserID'