UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
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.
java.lang.String getPassword( )
void setPassword( java.lang.String password )
There is no default.
Set the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; opts.setUserName( "50" ); opts.setPassword( "mypassword" ); // set other options here conn.synchronize( opts );
Authenticating MobiLink Users.