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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » SyncParms class

 

setPassword method

Sets the MobiLink password for the user specified with setUserName.

Syntax
abstract void SyncParms.setPassword(
  String v
) throws ULjException
Parameters
  • v   A password for the MobiLink user.

Remarks

This user name and password is separate from any database user ID and password. This method is used to authenticate the application against the MobiLink server.

The default is an empty string, suggesting no password.

See also