UltraLite Static Java User's Guide
Synchronization Parameters Reference
Reports return values from custom user authentication synchronization scripts.
long getAuthValue( )
void setAuthValue( long auth_value )
The values set by the default MobiLink user authentication mechanism are described in authenticate_user connection event.
The parameter is read-only.
Access the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; // set other options here conn.synchronize( opts ); returncode = opts.getAuthValue();
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.