Creating a user and assigning a login policy

If you create a user account and do not assign a login policy, they are assigned the root login policy.

 To create a new user and assign a login policy (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 choose New » User.

  3. Follow the instructions in the Create User Wizard.

 To create a new user and assign a login policy (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a CREATE USER statement.

 Example
 See also