Contents Index observer synchronization parameter ping synchronization parameter pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

password synchronization parameter


Function 

A string specifying the MobiLink password associated with the user_name. This user name and password are separate from any database user ID and password, and serves to identify and authenticate the application to the MobiLink synchronization server.

Default 

The parameter is optional, and is a string.

C/C++ usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.password = UL_TEXT( "mypassword" );
Java usage 

The Java access methods are getPassword and setPassword.

Set the parameter as follows:

UlSynchOptions opts = new UlSynchOptions;
opts.setUserName( "50" );
opts.setPassword( "mypassword" );
// set other options here
conn.synchronize( opts );
See also 

Authenticating MobiLink Users.


Contents Index observer synchronization parameter ping synchronization parameter pdf/preface.pdf