UltraLite Embedded SQL User's Guide
Synchronization Parameters Reference
Synchronization parameters
Provides parameters to a custom user authentication script.
Set the parameters as follows:
ul_char * Params[ 3 ] = { UL_TEXT( "parm1" ), UL_TEXT( "parm2" ), UL_TEXT( "parm3" ) }; // ... info.num_auth_parms = 3; info.auth_parms = Params;
authenticate_parameters connection event
authenticate_user connection event