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