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

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

new_password synchronization parameter


Function 

Sets a new MobiLink password associated with the user_name.

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( "myoldpassword" );
info.new_password = UL_TEXT( "mynewpassword" );
Java usage 

The Java access methods are getNewPassword and setNewPassword.

Set the parameter as follows:

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

Authenticating MobiLink Users.


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