Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Database Administration » Configuring your database » Managing user IDs, authorities, and permissions » Managing user permissions and authorities » Creating new users

 

Create users
 ♦  To create a new user (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 choose New » User.

  3. Follow the instructions in the Create User Wizard.

 ♦  To create a new user (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a CREATE USER statement.

 Example
 See also