Creating a group

 Create a new group (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. Right-click Users & Groups and then click New » Group.

  3. Follow the instructions in the Create Group Wizard.

  4. Add users to the group. See Granting group membership to an existing user or group.

 Create a new group (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a GRANT GROUP TO statement. If the user ID you specify in this statement has not been created, the statement fails.

  3. Add members to the group. See Granting group membership to an existing user or group.

 See also
 Example