Contents Index ULRetrieveEncryptionKey function ULSaveEncryptionKey function

UltraLite Embedded SQL User's Guide
  Embedded SQL Library Functions

ULRevokeConnectFrom function


Prototype 

void ULRevokeConnectFrom( SQLCA * sqlca, ul_char * userid );

Description 

Revoke access from an UltraLite database for a user ID.

Parameters 

sqlca    A pointer to the SQLCA.

userid    Character array holding the user ID to be excluded from database access. The maximum length is 16 characters.

See also 

User authentication

Adding user authentication to your application

ULGrantConnectTo function


Contents Index ULRetrieveEncryptionKey function ULSaveEncryptionKey function