Contents Index ULGlobalAutoincUsage function ULHTTPSStream function

UltraLite Embedded SQL User's Guide
  Embedded SQL Library Functions

ULGrantConnectTo function


Prototype 

void ULGrantConnectTo(
SQLCA * sqlca,
ul_char * userid,
ul_char * password  );

Description 

Grant access to an UltraLite database for a user ID with a specified password. If an existing user ID is specified, this function updates the password for the user.

Parameters 

sqlca    A pointer to the SQLCA.

userid    Character array holding the user ID. The maximum length is 16 characters.

password    Character array holding the password for userid. The maximum length is 16 characters.

See also 

User authentication

Adding user authentication to your application

ULRevokeConnectFrom function


Contents Index ULGlobalAutoincUsage function ULHTTPSStream function