Contents Index ignored_rows synchronization parameter num_auth_parms parameter

UltraLite Embedded SQL User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

new_password synchronization parameter


Function 

Sets a new MobiLink password associated with the user name.

Default 

There is no default.

Usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.password = UL_TEXT( "myoldpassword" );
info.new_password = UL_TEXT( "mynewpassword" );
See also 

Authenticating MobiLink Users.


Contents Index ignored_rows synchronization parameter num_auth_parms parameter