Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Embedded SQL API Reference

ULRetrieveEncryptionKey function Next Page

ULRevokeConnectFrom function


Revokes access from an UltraLite database for a user ID.

Syntax

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

Parameters

sqlca    A pointer to the SQLCA.

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

See also