Delete role using OpenEdge.DataAdmin.*
- Last Updated: April 22, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following example shows how to delete a user-defined role using the
DeleteRole() method:
|
Note: In this example, if a role has been granted to a user, an error message
appears indicating that the role cannot be deleted. You must first disassociate the
role from the users by deleting the granted role records. For more information, see
Delete granted role using OpenEdge.DataAdmin.*.