Grants access to an UltraLite database for a new or existing user ID with the given password.
void ULGrantConnectTo( SQLCA * sqlca, ul_char * userid, ul_char * password );
sqlca A pointer to the SQLCA.
userid A character array that holds the user ID. The maximum length is 16 characters.
password A character array that holds the password for the user ID. The maximum length is 16 characters.
If you specify an existing user ID, this function then updates the password for the user.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |