Revokes access from an UltraLite database for a user ID.
public ul_ret_void ULRevokeConnectFromW( SQLCA * sqlca, ul_wchar const * uid )
sqlca A pointer to the SQLCA.
uid A character array holding the user ID to be excluded from database access. The maximum length is 16 characters.
This method prototype is used internally when you refer to ULRevokeConnectFrom and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.