Granting group membership to an existing user or group

 Add a user or group to another group (Sybase Central)

When you assign a user membership in a group, they inherit the inheritable permissions and authorities associated with the group. See Inheriting permissions and authorities.

  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. Click Users & Groups.

  3. Double-click a user or group.

  4. For a user:

    • Click File » New » Memberships.

    For a group:

    • Click the Memberships tab.
    • Click File » New » Memberships.
  5. In the Name list, double-click a group.

    The new group appears on the Memberships tab in the right pane.

 Add a user or group to another group (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a GRANT MEMBERSHIP IN GROUP statement, specifying the group and the users involved.

 See also
 Example