Description

Change the grantee of the ObjectPermission given the new GranteeType (0 = DBUSer or 1 = DBRole) and GranteeID. PARAMETERS: GranteeType (Integer), GranteeId (Integer).

Syntax

Public Sub ChangeGrantee( _
   ByVal GranteeType As Variant, _
   ByVal GranteeID As Variant _
)

Parameters

  • GranteeType
  • GranteeID


  • No labels