Connect to the database as a user with DBA authority.
Right-click Users & Groups and then choose New » Group.
Follow the instructions in the Create Group Wizard.
Connect to the database as a user with DBA authority.
Execute a GRANT GROUP TO statement. If the user ID you specify in this statement has not been created, the statement fails.
Create the user ID personnel.
CREATE USER personnel IDENTIFIED BY group_password; |
Make the user ID personnel a group.
GRANT GROUP TO personnel; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |