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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » Embedded SQL API reference

 

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