UltraLite Database User's Guide
Synchronization for UltraLite Applications
Synchronization parameters reference
Reports the status of MobiLink user authentication. The MobiLink synchronization server provides this information to the client.
If you are implementing a custom authentication scheme, the authenticate_user or authenticate_user_hashed synchronization script must return one of the allowed values of this parameter.
The parameter is set by the MobiLink synchronization server, and so is read-only.
The allowed values are held in an interface-specific enumeration.
If a custom authenticate_user synchronization script at the consolidated database returns a different value, the value is interpreted according to the rules given in authenticate_user connection event.
Authenticating MobiLink Users.
MobileVB SyncResult
ActiveX SyncResult
UltraLite.NET See ianywhere.UltraLite.SyncResult.
Embedded SQL See auth_status parameter.
Static C++ API See auth_status parameter.
Static Java API See auth_status parameter.